1
1
mirror of https://github.com/theoludwig/programming-challenges.git synced 2024-07-18 02:20:12 +02:00
programming-challenges/challenges/hello-world/solutions/python-hello/solution.py
2020-12-09 12:42:12 +01:00

3 lines
51 B
Python

def solution(arg):
return 'Hello ' + arg + '!'