diff --git a/now.py b/now.py new file mode 100644 index 0000000..42360f0 --- /dev/null +++ b/now.py @@ -0,0 +1,2 @@ +import time +print(time.time())