Posts by gcrsaldanha • 63 points
1 post
-
6
votes3
answers456
viewsQ: Why does IDLE not finish running the program automatically?
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…