Answers for "adding pause in python"

4

pause program python

# To delay excusion use the time library
import time

time.sleep(secs)
Posted by: Guest on March-08-2020
1

python pause

import os
os.system("pause")
Posted by: Guest on July-12-2021

Python Answers by Framework

Browse Popular Code Answers by Language