Merge branch 'master' of gitea.ks.matfyz.cz:koncicky/JKSP2021-prednaska
This commit is contained in:
commit
1359eca8cb
1 changed files with 4 additions and 0 deletions
4
hello.py
4
hello.py
|
@ -1 +1,5 @@
|
|||
import datetime
|
||||
|
||||
print("Ahoj, KSP!")
|
||||
now = datetime.datetime.now()
|
||||
print("Teď je", now)
|
||||
|
|
Loading…
Reference in a new issue