최예리

edit app.py

Showing 1 changed file with 4 additions and 2 deletions
a = input("입력:")
print("출력:",a)
\ No newline at end of file
a = input("If you enter 'exit', the program will exit\n")
while a != "exit":
a = input()
\ No newline at end of file
......