Compare commits

...

2 commits

Author SHA1 Message Date
Václav Končický
1359eca8cb Merge branch 'master' of gitea.ks.matfyz.cz:koncicky/JKSP2021-prednaska 2021-05-04 17:39:24 +02:00
Václav Končický
49bcacb9b3 Nezdravíme svět, ale KSP 2021-05-04 17:35:54 +02:00

View file

@ -1,5 +1,5 @@
import datetime
print("Ahoj, světe!")
print("Ahoj, KSP!")
now = datetime.datetime.now()
print("Teď je", now)