문성준

project_b.py commited at exit branch

while True :
a = input("If you input exit, program will end: ")
if a == "exit":
break
else:
continue
\ No newline at end of file