This website works better with JavaScript
Головна сторінка
Огляд
Довідка
Реєстрація
Увійти
python
/
study_20241026
Слідкувати
2
Зірка
0
Відгалуження
0
Файли
Проблеми
0
Запити на злиття
0
Wiki
Гілка:
master
Гілки
Теги
master
study_20241026
/
beginning-python-3ed-master
/
Chapter10
/
listing10-3.py
listing10-3.py
71 B
Постійне посилання
Історія
Запис
1
2
3
4
5
6
7
# hello3.py
def hello():
print("Hello, world!")
# A test:
hello()