Skip to content

Commit 260b32b

Browse files
committed
Update answers.md
1 parent 59a9f5a commit 260b32b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

answers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ These are answers for exercises in the chapters. In programming, there's always
3131
```py
3232
>>> (4 / 3) * 3.14 * (5 * 5 * 5)
3333
523.3333333333334
34-
>>> 4 / 3 * 3.14 * 5 * 5 * 5 # parenthesis aren't needed
34+
>>> 4 / 3 * 3.14 * 5 * 5 * 5 # parentheses aren't needed
3535
523.3333333333334
3636
>>>
3737
```

0 commit comments

Comments
 (0)