fromimport datetime

This commit is contained in:
Mert Gör 🇹🇷 2023-06-20 23:41:38 +03:00
parent b94f0ae9f3
commit 876e0e4718
No known key found for this signature in database
GPG Key ID: 2100A876D55B39B9

View File

@ -0,0 +1,6 @@
from datetime import date
d = date(2009, 12, 21)
print(d)
print(date.today())