Add now.py.

This commit is contained in:
voussoir 2019-12-10 13:05:15 -08:00
parent 02a79f86b3
commit f40f41b62a

2
now.py Normal file
View file

@ -0,0 +1,2 @@
import time
print(time.time())