Browse Source

Tady máš i datum.

pull/2/head
Náhodná Kočka 3 years ago
parent
commit
e01415d097
  1. 4
      hello.py

4
hello.py

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

Loading…
Cancel
Save