hyeyeon-sun

file exitfunction.py added

1 +print("if you enter exit, thie program will exit")
2 +a = str(input())
3 +if(a == "exit"):
4 + exit()
...\ No newline at end of file ...\ No newline at end of file