File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ The `>>>` in the beginning of the line means that IDLE is ready and you can ente
4040
4141### Using Python as a calculator
4242
43- In the interactive ` >>> ` mode, IDLE will simply echo back everything you type into it. One of the simpliest things you can type are numbers:
43+ In the interactive ` >>> ` mode, IDLE will simply echo back everything you type into it. One of the simplest things you can type are numbers:
4444
4545``` py
4646>> > 1
@@ -192,7 +192,7 @@ Python uses radians instead of degrees, so degrees need to be converted to radia
192192>> >
193193```
194194
195- See the [ offical documentation of the math module] ( https://docs.python.org/3/library/math.html ) for more info about it.
195+ See the [ official documentation of the math module] ( https://docs.python.org/3/library/math.html ) for more info about it.
196196
197197### Exercises
198198
You can’t perform that action at this time.
0 commit comments