+ 1
How to use the sleep function correctly
When i use the sleep function, the server runs the program and gives me every output at the same time. Is there any way to avoid this? Thanks
2 Respostas
+ 2
No, not on sololearn. Mess around with time.sleep(x) in a local ide on your phone or computer
+ 1
import time
time.sleep({Time In Seconds})