은승우

exit.py

1 +a=input("If you enter ‘exit’, the program will exit")
2 +
3 +while(a!="exit"):
4 + a = input("If you enter ‘exit’, the program will exit")