3 lines
73 B
Python
3 lines
73 B
Python
import time
|
|
milli_sec = int(round(time.time() * 1000))
|
|
print(milli_sec) |