python-CSD-kursu/python-temel/date.today.py
2023-06-20 23:38:52 +03:00

5 lines
52 B
Python

import datetime
d = datetime.date.today()
print(d)