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 90efc4c commit df98c97Copy full SHA for df98c97
exercises/practice/hello-world/hello_world.py
@@ -1,2 +1,2 @@
1
-print('Hello, World!')
2
- #'Goodbye, Mars!'
+def hello():
+ return 'Goodbye, Mars!'
0 commit comments