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 9b99225 commit ef70dc5Copy full SHA for ef70dc5
README.md
@@ -0,0 +1,8 @@
1
+# My First Python Program — Hello World
2
+
3
+This repository contains my very first Python program.
4
+It simply prints "Hello, World!" to the screen.
5
6
+## Code
7
+```python
8
+print("Hello, World!")
0 commit comments