mirror of
https://github.com/MeiK2333/river.git
synced 2025-11-04 14:49:40 +08:00
3 lines
47 B
Python
3 lines
47 B
Python
import time
|
|
time.sleep(3)
|
|
print('Hello World!') |