Non-Programmer's Tutorial for Python 3/Recursion - Wikibooks, open books for an open world
If you were to run this program in IDLE, it would run forever. The only way to stop the loop would be to interrupt the execution by pressing Ctrl + C on your keyboard. This is an example of an infinite recursion. (Some users have reported a glitch in the ...