python_reference/tutorials/hello_world.py
2014-06-29 22:21:05 -04:00

3 lines
95 B
Python

def hello_world():
"""This is a hello world example function."""
print('Hello, World!')