#Dates and Timesfrom datetime import datenow = date.today()print nowprint now.strftime("%m-%d-%y. %d %b %Y is a %A on the %d day of %B.")