We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fad4221 commit 207e751Copy full SHA for 207e751
1 file changed
exercises/practice/hello-world/hello_world.py
@@ -1,2 +1,2 @@
1
def hello():
2
- return 'Goodbye, Mars!'
+ return("Hello, World!")
0 commit comments