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.
2 parents 251f1e0 + 1c675e9 commit 857a34eCopy full SHA for 857a34e
1 file changed
python/lesson1/tutorial.md
@@ -7,7 +7,7 @@ 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 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) .
+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!
13
0 commit comments