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 54eed14 commit 23726a0Copy full SHA for 23726a0
main.py
@@ -0,0 +1,7 @@
1
+def main():
2
+ print("Hello World")
3
+
4
5
+if __name__ == "__main__":
6
+ main()
7
0 commit comments