from datetime import datetime print("Hello, today's date is " + str(datetime.now()))
(Run the program to view its output)
Comments