Skip to content

Commit ac0b2b5

Browse files
authored
Bold categories
1 parent 9a15877 commit ac0b2b5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Python/README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python 3
22

3-
1. Basic Operators
3+
### 1. Basic Operators
44
* \+
55
* \-
66
* \*
@@ -15,15 +15,15 @@
1515
* /=
1616
* !
1717

18-
1. Conditions
18+
### 1. Conditions
1919
* ==
2020
* !=
2121
* \>
2222
* \<
2323
* \>=
2424
* \<=
2525

26-
2. Data Types
26+
### 2. Data Types
2727
* String
2828
* Integer
2929
* Float
@@ -36,7 +36,7 @@
3636
* Boolean
3737
* Bytes
3838

39-
3. Strings
39+
### 3. Strings
4040
* \\'
4141
* \\"
4242
* \\\
@@ -50,13 +50,13 @@
5050
* Slicing
5151
* .format()
5252

53-
4. List
53+
### 4. List
5454
* .append()
5555
* .pop()
5656
* .remove()
5757
* .clear()
5858

59-
4. Statements
59+
### 4. Statements
6060
* import
6161
* if
6262
* elif
@@ -80,7 +80,7 @@
8080
* class
8181
* global
8282

83-
5. Basic Functions
83+
### ### 5. Basic Functions
8484
* len()
8585
* type()
8686
* abs()
@@ -131,7 +131,7 @@
131131
* zip()
132132
* \_\_main__()
133133

134-
5. Classes
134+
### 5. Classes
135135
* class
136136
* Inheritance
137137
* Multiple Inheritance
@@ -146,7 +146,7 @@
146146
* \_\_next__(self)
147147

148148

149-
6. Tasks
149+
### 6. Tasks
150150
* Create variables
151151
* Cast variables
152152
* Utilize Nested loops

0 commit comments

Comments
 (0)