6
I think it’s more of a curiosity. Unlike other IDE’s, IDLE keeps the program "open" even after the end of its run, while in other IDE’s I need to put something like 'input()' at the end so the program won’t be terminated until I enter some value.
Would someone like to explain to me why IDLE has this behavior?