This website requires JavaScript.
Explore
Help
Sign In
theoludwig
/
programming-challenges
Watch
1
Star
1
Fork
0
You've already forked programming-challenges
mirror of
https://github.com/theoludwig/programming-challenges.git
synced
2024-11-09 22:08:58 +01:00
Code
Issues
Releases
Activity
0e0dc67efa
programming-challenges
/
challenges
/
hello-world
/
solutions
/
python-hello
/
solution.py
3 lines
51 B
Python
Raw
Normal View
History
Unescape
Escape
🎉 Initial commit
2020-07-05 15:48:51 +02:00
def
solution
(
arg
)
:
chore: ignore lockfiles + markdownlint
2020-12-09 12:42:12 +01:00
return
'
Hello
'
+
arg
+
'
!
'
Reference in New Issue
Copy Permalink