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-07-05 15:48:51 +02:00

3 lines
52 B
Python

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