We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hello_world.py
1 parent 37fcba9 commit 9a3aa4aCopy full SHA for 9a3aa4a
hello_world.py
@@ -0,0 +1,5 @@
1
+def hello_world():
2
+ """Prints the "Hello, World!" message to the console."""
3
+ print("Hello, World!")
4
+
5
+hello_world()
0 commit comments