This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
python
/
study_20241026
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
0
Pull Requesty
0
Wiki
Větev:
master
Větve
Značky
master
study_20241026
/
beginning-python-3ed-master
/
Chapter10
/
listing10-3.py
listing10-3.py
71 B
Trvalý odkaz
Historie
Surový
1
2
3
4
5
6
7
# hello3.py
def hello():
print("Hello, world!")
# A test:
hello()