import datetime print("Ahoj, KSP!") now = datetime.datetime.now() print("Teď je", now)