Skip to content
Snippets Groups Projects
Commit 5649fed1 authored by Minseong Kwon's avatar Minseong Kwon
Browse files

Upload New File

parent 895d1698
No related branches found
No related tags found
No related merge requests found
print('반복을 몇번 할지 정하세요')
limit=int(input())
count=0
while count<limit:
count=count+1
print('{0}회반복'.format(count))
print('반복이 종료되었습니다')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment