장소원

b

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