exercism/python/hello-world/hello_world.py
2016-08-13 18:20:14 -05:00

8 lines
92 B
Python

#
# Skeleton file for the Python "Hello World" exercise.
#
def hello(name=''):
return