python-CSD-kursu/python-temel/datetime.standard.py

4 lines
78 B
Python
Raw Normal View History

2023-06-21 02:28:15 +03:00
from datetime import datetime
dt = datetime(2019, 7, 7, 18, 58, 52)
print(dt)