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.
2 parents ca31767 + 6bc5614 commit 6611d0dCopy full SHA for 6611d0d
README.md
@@ -1,8 +1,15 @@
1
-# My First Python Program — Hello World
+# Python Basic to Advance
2
3
-This repository contains my very first Python program.
4
-It simply prints "Hello, World!" to the screen.
+This repository contains my journey from beginner to advanced Python programs.
+It includes examples of data types, input handling, string manipulation, and more.
5
6
-## Code
+## 🚀 Run the Code
7
+[](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
14
```python
15
print("Hello, World!")
0 commit comments