File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments