We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6bd3b commit 037c791Copy full SHA for 037c791
python/hello-world/hello_world.py
@@ -3,5 +3,5 @@
3
#
4
5
6
-def hello(name=''):
7
- return
+def hello(name="World"):
+ return "Hello, %s!" % name
0 commit comments