장소원

b

Showing 1 changed file with 4 additions and 3 deletions
text=input("출력할 문자를 입력하세요 : ")
print(text)
\ No newline at end of file
text=""
while(text!="exit"):
text=input("출력할 문자를 입력하세요 : ")
print(text)
\ No newline at end of file
......