Hello World!
This is the current date and time.
from datetime import datetime now = datetime.now() display(now.strftime("%m/%d/%Y, %H:%M:%S"))