Wie man sich in Python kauert und fulldate bekommt

from datetime import date

today = date.today()
print("Today's date:", today)
MzanziLegend