diff --git a/date.py b/date.py new file mode 100644 index 0000000..8bd53c6 --- /dev/null +++ b/date.py @@ -0,0 +1,2 @@ +import time +print(time.ctime)