RosettaCodeData/Task/System-time/Python/system-time.py

3 lines
32 B
Python
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
import time
2025-02-27 18:35:13 -05:00
print(time.ctime())