[Python] 프로그래머스 - Level1 - 직사각형 별찍기

강주형·2022년 8월 14일
0

https://school.programmers.co.kr/learn/courses/30/lessons/12969

연습문제

a, b = map(int, input().strip().split(' '))
print((('*' * a +'\n') * b).rstrip())

갑자기 백준스러운 문제가 나와서 당황했다.

profile
Statistics & Data Science

0개의 댓글