python pause command

25

# To delay excusion use the time library
import time

time.sleep(secs)
import os
os.system("pause")

Comments

Submit
0 Comments