Skip to content

Commit d773622

Browse files
authored
Update README.md
1 parent 323a144 commit d773622

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

+23-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,24 @@
11
# Python_for_Data_Science
2-
1.Python Basics function
2+
## 1.Python Basics function
3+
### Variables in Python
4+
### Indexing
5+
### Arithmetic Operations
6+
### Boolean Operations
7+
### Sequence
8+
+ List
9+
+ Slicing
10+
+ Tuple
11+
+ Slicing
12+
+ String
13+
### List Comprehension
14+
### For Loops
15+
+ Sequence are Iterable
16+
+ if elif and else Condition
17+
### Function
18+
### List Methods
19+
+ Adding into the list
20+
+ Insert is used to replace number of a particular index number
21+
+ Removing elements from a list
22+
+ Replace
23+
+ Repitition Operation
24+
+ Sort a list

0 commit comments

Comments
 (0)