지창언

exit

Showing 1 changed file with 1 additions and 0 deletions
......@@ -3,4 +3,5 @@ while(True):
if(c!="exit"):
print(c)
else:
print("Okay... bye")
break
......