goraki

added exit

Showing 1 changed file with 3 additions and 0 deletions
a = input("input : ")
if a == "exit":
exit()
\ No newline at end of file