import datetime print("Ahoj, světe!") now = datetime.datetime.now() print("Teď je", now)