직사각형 별찍기
a, b = map(int, input().strip().split(' ')) answer = ('*' * a +'\n')*b print(answer)
이전 포스트 제일 작은 수 제거하기
다음 포스트 짝수와 홀수