Posts by Dado • 29 points
1 post
-
1
votes2
answers15896
viewsA: How to stop an execution in Python?
Try this, it will wait for you to type a key to continue import os os.system("pause")
1 post
1
votes2
answers15896
viewsTry this, it will wait for you to type a key to continue import os os.system("pause")