I am using Python 3.2 and trying to exit it after user input that they donโt want to continue, is there any code that will exit it in the if statement inside the while loop? I already tried to use exit() , sys.exit() , sys.quit() , quit() and raise SystemExit .
ethan
source share