This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
python
/
study_20241026
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Gałąź:
master
Gałęzie
Tagi
master
study_20241026
/
beginning-python-3ed-master
/
Chapter10
/
listing10-3.py
listing10-3.py
71 B
Bezpośredni odnośnik
Historia
Czysty
1
2
3
4
5
6
7
# hello3.py
def hello():
print("Hello, world!")
# A test:
hello()