Skip to content

Commit 5eb8694

Browse files
MatthijsBlomBethanyG
authored andcommitted
Correct arithmetic example
1 parent df98c97 commit 5eb8694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/numbers/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ This means calculations within `()` have the highest priority, followed by `**`,
167167
-11
168168

169169
>>> (2 + 3 - 4) * 4
170-
20
170+
4
171171

172172
# In the following example, the `**` operator has the highest priority, then `*`, then `+`
173173
# Meaning we first do 4 ** 4, then 3 * 256, then 2 + 768

0 commit comments

Comments
 (0)