+ 6
Help me here please
What is the sleep function on Python?
11 Respuestas
+ 10
time.sleep()
Use>>
import time
time.sleep(secs)
+ 8
You're welcome. :)
+ 5
@@bayoihola20 Thanks :D
+ 5
or
from time import sleep
sleep(69)
+ 5
@MrCoder that would be
from time import sleep as sleepy
+ 4
@Supersebi3 Ohh.. thanks :D
+ 4
@MrCoder Your profile picture is so cute.
#This means I have to clean cache once in a month#
+ 4
@Cyrus Ornob Corraya Thanks Cyrus :D
+ 3
@luboyan Its fixed but thanks anyways :D
+ 3
@Supersebi3 Can I name sleep anything else like
from time import sleepy?
+ 1
import time
time.sleep()