We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccf2770 commit 4c38d61Copy full SHA for 4c38d61
hello_world.py
@@ -0,0 +1,5 @@
1
+def main():
2
+ print("Hello, World!")
3
+
4
+if __name__ == "__main__":
5
+ main()
0 commit comments