keyword/get_time.py

2 lines
46 B
Python
Raw Permalink Normal View History

2025-01-20 16:24:18 +00:00
import datetime
print(datetime.datetime.now())