Skip to content

Commit 315995b

Browse files
authored
Update README.md
1 parent 0da6b84 commit 315995b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
This repository provides a collection of Jupyter Notebooks that cover the basic concepts of Python programming. It is designed for beginners who are looking to learn Python step by step. Each notebook introduces fundamental topics with clear explanations and code examples to help you understand and practice Python.
44

5+
Topics Covered:
6+
Literals in Python
7+
Operators in Python
8+
Type Conversion
9+
Python Data Types
10+
Taking User Input
11+
Print Function
12+
13+
14+
515
## Notebooks
616

717
- [Literals in Python](Literals_in_Python.ipynb)

0 commit comments

Comments
 (0)