This one's kind of hard to google, so I'm asking here.
I'm running a script (on Windows command line, but I'm not sure it matters) with python -i main.py. If I use quit() in the script, it exits me out into the interpreter mode. My question is: is there some sort of 'higher level' of quit() that causes it to exit from the interpreter entirely? Yes, I'm aware I can just drop the -i flag, but having both capabilities available would be useful to me.