File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed 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
40
40
41
41
### Using Python as a calculator
42
42
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:
44
44
45
45
``` py
46
46
>> > 1
@@ -192,7 +192,7 @@ Python uses radians instead of degrees, so degrees need to be converted to radia
192
192
>> >
193
193
```
194
194
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.
196
196
197
197
### Exercises
198
198
You can’t perform that action at this time.
0 commit comments