exercism/python/hello-world/hello_world.py

3 lines
47 B
Python

def hello(name=''):
return "Hello, World!"