Skip to content

Commit b4c8be8

Browse files
committed
Minor Fixes
1 parent 2543055 commit b4c8be8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@ From **Higuest** to **Lowest** precedence:
140140
| Operators | Operation | Example |
141141
| --------- | ---------------- | ------------- |
142142
| ** | Exponent | 2 ** 3 = 8 |
143-
| % | Modulus/Remaider | 22 % 8 = 16 |
143+
| % | Modulus/Remaider | 22 % 8 = 6 |
144144
| // | Integer division | 22 // 8 = 2 |
145145
| / | Division | 22 / 8 = 2.75 |
146-
| * | Multiplication | 3 * 3 = 9 |
146+
| * | Multiplication | 3 * 3 = 9 |
147147
| - | Subtraction | 5 - 2 = 3 |
148148
| + | Addition | 2 + 2 = 4 |
149149

python_cheat_sheet.pdf

-3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)