Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to make computer go in sleep mode using pythn

import time
How_long = 5
time.sleep(How_long)
print("Look I got printed after 5 seconds")
 
PREVIOUS NEXT
Tagged: #computer #sleep #mode #pythn
ADD COMMENT
Topic
Name
5+5 =