Skip to content

Commit 6611d0d

Browse files
committed
Added exercise_2.py
2 parents ca31767 + 6bc5614 commit 6611d0d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
# My First Python Program — Hello World
1+
# Python Basic to Advance
22

3-
This repository contains my very first Python program.
4-
It simply prints "Hello, World!" to the screen.
3+
This repository contains my journey from beginner to advanced Python programs.
4+
It includes examples of data types, input handling, string manipulation, and more.
55

6-
## Code
6+
## 🚀 Run the Code
7+
[![Open in Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?repo=amratadev/Python-Basic-to-Advance)
8+
9+
## 🔗 Live Demo
10+
Visit my GitHub Pages site:
11+
[🌐 Python-Basic-to-Advance](https://amratadev.github.io/Python-Basic-to-Advance/)
12+
13+
## 📜 Sample Code
714
```python
815
print("Hello, World!")

0 commit comments

Comments
 (0)