1
amitx01
3y

I was told that there was going to be sleep.

import time

print("Sleeping for 8 hours straight")
time.sleep(8*3600)
print("Waking up")

Comments
Add Comment