We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65493c9 commit f510065Copy full SHA for f510065
python/lesson1/tutorial.md
@@ -6,7 +6,7 @@ title: Strings, Integers and Floats
6
In this tutorial, we're going to start to work with the basic types of Python:
7
strings (for text) and integers & floats (for numeric values).
8
9
-Notice that in this tutorial you are working in REPL (IDLE). You find more information
+Notice that in this tutorial you are working in REPL (IDLE). You can find more information
10
on REPL and how to start Python in your `cmd` or `terminal` in the [Installing Python tutorial](python/lesson0/tutorial.html) .
11
12
## Hello, World!
0 commit comments