exercism/python/hello-world/hello_world.py

3 lines
40 B
Python

def hello():
return "Hello, World!"