4 lines
64 B
Python
4 lines
64 B
Python
|
import time
|
||
|
|
||
|
# I'm going to take my sweet time!
|
||
|
time.sleep(1000)
|