Skip to content

Commit ab67c5a

Browse files
committed
little stuff
1 parent 2c0317f commit ab67c5a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

answers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ These are answers for exercises in the chapters. In programming, there's always
197197

198198
## Defining functions
199199

200-
1. Use `-value` to get tha negative in the abs function, and for loops
200+
1. Use `-value` to get the negative in the abs function, and for loops
201201
in the other two functions.
202202

203203
```py

installing-python.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ On GNU/Linux or Mac OSX, type `python3` instead:
9595
Type "help", "copyright", "credits" or "license" for more information.
9696
>>>
9797

98+
You may also have an older version of Python installed, but don't remove
99+
it. Your system may need it, so if you replace it with your own Python
100+
some things might stop working.
101+
98102
Now type `exit()` and press Enter to get out of Python.
99103

100104
## Summary

0 commit comments

Comments
 (0)