keyword/get_time.py
2025-01-20 16:24:18 +00:00

2 lines
46 B
Python

import datetime
print(datetime.datetime.now())