How to pause a python program? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How to pause a python program?

How do i pause the program on the screen so i can clear it myself

7th Oct 2021, 1:37 PM
Obed Kwaku Gakpa
Obed Kwaku Gakpa - avatar
2 Answers
+ 2
import time time.sleep({time in seconds})
9th Oct 2021, 4:56 AM
Sancho Godinho
Sancho Godinho - avatar
0
sleep()
7th Oct 2021, 3:19 PM
AquazDev
AquazDev - avatar