- 파이썬

 for i in range(vertical) :
    for j in range(horizontal) :
        print('*', end='')
    print()

+ Recent posts