import datetime

msg= "Tämän teki Pasi"

print(msg)

print(datetime.datetime.now())