Algorithm&CodingTest/SW Expert Acardemy
[SWEA] [2046] 스탬프 찍기 - python
mellowg
2023. 5. 16. 14:31
N = int(input())
answer = ''
for i in range(N):
answer += '#'
print(answer)
SW Expert Academy
SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요!
swexpertacademy.com
728x90