Skip to content

Commit 318aea6

Browse files
committed
Add spacing instructions
1 parent 8319c09 commit 318aea6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

answers.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,14 @@ These are answers for exercises in the chapters. In programming, there's always
4545
>>>
4646
```
4747

48+
Spaces don't effect the calculating order, but you can use them to make the order easier to see:
49+
50+
```py
51+
>>> 4/3 * pi * 5**3
52+
523.5987755982989
53+
>>>
54+
```
55+
4856
### Chapter 3
4957

5058
1. Content of the file:

0 commit comments

Comments
 (0)