Skip to content

Commit 923452f

Browse files
committed
Merge remote changes into local main
2 parents f54ffc8 + ef70dc5 commit 923452f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)