728x90
반응형

단순 구현 문제이다.

R = int(input())
C = int(input())
for _ in range(R):
    print('*'*C)
728x90
반응형

+ Recent posts