Browse Source

Zdravíme i uživatele

pull/2/head
Václav Končický 3 years ago
parent
commit
451629d75e
  1. 3
      hello.py

3
hello.py

@ -3,3 +3,6 @@ import datetime
print("Ahoj, KSP!")
now = datetime.datetime.now()
print("Teď je", now)
jmeno = input("Jak se jmenuješ?")
print("Zdravím i Tebe,", jmeno)

Loading…
Cancel
Save