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