listing10-3.py 71 B

1234567
  1. # hello3.py
  2. def hello():
  3. print("Hello, world!")
  4. # A test:
  5. hello()