문성준

project_b.py commited at exit branch

1 +while True :
2 + a = input("If you input exit, program will end: ")
3 + if a == "exit":
4 + break
5 + else:
6 + continue
...\ No newline at end of file ...\ No newline at end of file