import datetime today = datetime.datetime.now() date_time = today.strftime("%m/%d/%Y, %H:%M:%S") print("date and time:",date_time)