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 05ee581 commit 9bb56a6Copy full SHA for 9bb56a6
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