Skip to content

Commit a7b74a9

Browse files
authored
Create README.md
1 parent 03e4267 commit a7b74a9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Just Basic Python:
2+
3+
Variable
4+
Data Types
5+
Functions
6+
Operations
7+
List: Create Access Edit Delete
8+
Tuples: Create Access Edit Delete
9+
Dict: Create Access Edit Delete
10+
Sets: Create Access Edit Delete
11+
12+
Some abnormal behaviors Python language show:
13+
Garbage Collector
14+
Mutability
15+
comprehension methods
16+
17+
Basically everything until OOPs is covered here.

0 commit comments

Comments
 (0)