Skip to content

Commit 5742559

Browse files
author
majid shahbaz
committed
README.md correction
1 parent 4993370 commit 5742559

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
2.4.6. Convert `int` to `float`
5454

5555
### 3.Operators
56-
#### 3.1. Assignment Operators
56+
**3.1. Assignment Operators**
5757
3.1.1. = Equal to
5858
3.1.2. += Add and Assign
5959
3.1.3. -= Subtract and Assign
@@ -69,15 +69,15 @@
6969
3.1.13. <<= Left Shift and Assign
7070
3.1.14. := Walrus Operator
7171

72-
#### 3.2. Logical Operators
72+
**3.2. Logical Operators**
7373
3.2.1. and Logical AND
7474
3.2.2. or Logical OR
7575
3.2.3. not Logical NOT
7676

77-
#### 3.3. Identity Operators
77+
**3.3. Identity Operators**
7878
3.3.1. is Identity Equals
7979
3.3.2. is not Identity Not Equals
8080

81-
#### 3.4. Membership Operators
81+
**3.4. Membership Operators**
8282
3.4.1. in Check if present in sequence
8383
3.4.2. not in Check if not present in sequence

0 commit comments

Comments
 (0)