river/example/hello_world/main.py
2020-04-27 16:59:07 +08:00

3 lines
47 B
Python

import time
time.sleep(3)
print('Hello World!')