exercism/python/hello-world/hello_world.py

8 lines
92 B
Python
Raw Normal View History

2016-08-13 23:20:14 +00:00
#
# Skeleton file for the Python "Hello World" exercise.
#
def hello(name=''):
return