This website works better with JavaScript.
Home
Explore
Help
Sign In
katia
/
JKSP2021-prednaska
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Repozitář ke Gitové přednášce JKSP2021
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5
Commits
1
Branch
0
Tags
30 KiB
Tree:
1359eca8cb
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1359eca8cb'
${ noResults }
JKSP2021-prednaska
/
hello.py
6 lines
89 B
Raw
Normal View
History
Tady máš i datum.
4 years ago
import
datetime
Nezdravíme svět, ale KSP
4 years ago
print
(
"
Ahoj, KSP!
"
)
Tady máš i datum.
4 years ago
now
=
datetime
.
datetime
.
now
(
)
print
(
"
Teď je
"
,
now
)