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 702584c commit 6272e71Copy full SHA for 6272e71
helloworld.py
@@ -0,0 +1,6 @@
1
+"""
2
+This is a simple Python script that prints "Hello, World!" to the console.
3
4
+
5
+if __name__ == '__main__':
6
+ print('Hello, World!')
0 commit comments