We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2543055 commit b4c8be8Copy full SHA for b4c8be8
2 files changed
README.md
@@ -140,10 +140,10 @@ From **Higuest** to **Lowest** precedence:
140
| Operators | Operation | Example |
141
| --------- | ---------------- | ------------- |
142
| ** | Exponent | 2 ** 3 = 8 |
143
-| % | Modulus/Remaider | 22 % 8 = 16 |
+| % | Modulus/Remaider | 22 % 8 = 6 |
144
| // | Integer division | 22 // 8 = 2 |
145
| / | Division | 22 / 8 = 2.75 |
146
-| * | Multiplication | 3 * 3 = 9 |
+| * | Multiplication | 3 * 3 = 9 |
147
| - | Subtraction | 5 - 2 = 3 |
148
| + | Addition | 2 + 2 = 4 |
149
python_cheat_sheet.pdf
-3 Bytes
0 commit comments