python_reference/tutorials/hello_world.py

3 lines
95 B
Python
Raw Normal View History

2014-06-29 22:21:05 -04:00
def hello_world():
"""This is a hello world example function."""
print('Hello, World!')