import datetime

current_date_time = datetime.datetime.now()
print(f"The current date and time is: {current_date_time}")

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: