Thanks to visit codestin.com Credit goes to github.com
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 222ed8e commit bd6db38Copy full SHA for bd6db38
Notes/01_Introduction/02_Hello_world.md
@@ -58,7 +58,7 @@ interact with the interpreter.
58
Let's take a closer look at the elements of the REPL:
59
60
- `>>>` is the interpreter prompt for starting a new statement.
61
-- `...` is the interpreter prompt for continuing a statements. Enter a blank line to finish typing and run the statements.
+- `...` is the interpreter prompt for continuing a statement. Enter a blank line to finish typing and run what you've entered.
62
63
The `...` prompt may or may not be shown depending on your environment. For this course,
64
it is shown as blanks to make it easier to cut/paste code samples.
0 commit comments