This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
python
/
study_20241026
Vērot
2
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Atzars:
master
Atzari
Tagi
master
study_20241026
/
beginning-python-3ed-master
/
Chapter10
/
listing10-3.py
listing10-3.py
71 B
Patstāvīgā saite
Vēsture
Neapstrādāts
1
2
3
4
5
6
7
# hello3.py
def hello():
print("Hello, world!")
# A test:
hello()