Seungmi Shin

exit program

Showing 1 changed file with 8 additions and 0 deletions
def exitfunc():
com = input("If you enter 'exit', the program will exit: ")
if(com == 'exit'):
return
print("If you enter 'exit', the program will exit ")
return
exitfunc()
\ No newline at end of file