forked from Rust-related/RustPython
5 lines
51 B
Python
5 lines
51 B
Python
import time
|
|
|
|
print("Hello world!!!", time.time())
|
|
|