Tady máš i datum.
This commit is contained in:
parent
4b2916775b
commit
e01415d097
1 changed files with 4 additions and 0 deletions
4
hello.py
4
hello.py
|
@ -1 +1,5 @@
|
||||||
|
import datetime
|
||||||
|
|
||||||
print("Ahoj, světe!")
|
print("Ahoj, světe!")
|
||||||
|
now = datetime.datetime.now()
|
||||||
|
print("Teď je", now)
|
||||||
|
|
Loading…
Reference in a new issue