summary refs log tree commit diff stats
path: root/python/hello-world/hello_world.py
blob: dea05ae20e80bec4a3bbe645cf4beb2343e0d4c9 (plain) (blame)
1
2
def hello():
    return "Hello, World!"