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.
2 parents 6447b92 + 9bb56a6 commit 9118a79Copy full SHA for 9118a79
1 file changed
Doc/tutorial/introduction.rst
@@ -94,8 +94,7 @@ A value can be assigned to several variables simultaneously::
94
Variables must be "defined" (assigned a value) before they can be used, or an
95
error will occur::
96
97
- >>> # try to access an undefined variable
98
- ... n
+ >>> n # try to access an undefined variable
99
Traceback (most recent call last):
100
File "<stdin>", line 1, in <module>
101
NameError: name 'n' is not defined
0 commit comments