hyeyeon-sun

file exitfunction.py added

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