Compare commits
No commits in common. "1359eca8cba33ab04cd7064995cd496ce9bf0acc" and "e01415d0976dbf7d9fea254d60d044af6ddb191e" have entirely different histories.
1359eca8cb
...
e01415d097
1 changed files with 1 additions and 1 deletions
2
hello.py
2
hello.py
|
@ -1,5 +1,5 @@
|
|||
import datetime
|
||||
|
||||
print("Ahoj, KSP!")
|
||||
print("Ahoj, světe!")
|
||||
now = datetime.datetime.now()
|
||||
print("Teď je", now)
|
||||
|
|
Loading…
Reference in a new issue