date today

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

View File

@ -0,0 +1,4 @@
import datetime
d = datetime.date.today()
print(d)