blob: e5d789a5b40e768316916e3fc61ef38d31926b74 [file] [log] [blame]
def date():
import datetime
today = datetime.date.today()
print(today)