|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/id-classes.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/identifiers.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/identifiers.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/genindex.html| ]]
|
Next: 2.3.2 Reserved classes of Up: 2.3 Identifiers and keywords Previous: 2.3 Identifiers and keywords
2.3.1 Keywords
The following identifiers are used as reserved words, or keywords of the language, and cannot be used as ordinary identifiers. They must be spelled exactly as written here:8
and del for is raise
assert elif from lambda return
break else global not try
class except if or while
continue exec import pass
def finally in print
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/id-classes.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/identifiers.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/identifiers.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/genindex.html| ]]
|
Next: 2.3.2 Reserved classes of Up: 2.3 Identifiers and keywords Previous: 2.3 Identifiers and keywords
Send comments on this document to python-docs@python.org.