We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent283be73 commit8bf0dd8Copy full SHA for 8bf0dd8
readme.md
@@ -37,6 +37,7 @@ a price was found in the dictionary.
37
When executed, Python points to the first invalid syntax error it came
38
upon, even though there are two more errors along the way. The first
39
error message looks like this:
40
+
41
42
Information in the yellow box helps us determine the location of the
43
error, and the green box includes more details about the error itself.
@@ -62,6 +63,7 @@ prices = {"price1": 9.99, "price2": 13.48, "price3": 10.99, "price4": 15.01}
62
63
```
64
65
Now, rerun the code to see what’s the second syntax error:
66
+
67
68
This time, the carets fail to pinpoint the exact location of the error,
69
and the`SyntaxError` message doesn’t include additional information