René's URL Explorer Experiment


Title: 7. Simple statements — Python 3.15.0a5 documentation

Open Graph Title: 7. Simple statements

Description: A simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is: Expression statement...

Open Graph Description: A simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is: Expression statement...

Opengraph URL: https://docs.python.org/3/reference/simple_stmts.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.15/_images/social_previews/summary_reference_simple_stmts_6f26308c.png
og:image:altA simple statement is comprised within a single logical line. Several simple statements may occur on a single line separated by semicolons. The syntax for simple statements is: Expression statement...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/dev/contents.html
7. Simple statementshttps://docs.python.org/dev/reference/simple_stmts.html
7.1. Expression statementshttps://docs.python.org/dev/reference/simple_stmts.html#expression-statements
7.2. Assignment statementshttps://docs.python.org/dev/reference/simple_stmts.html#assignment-statements
7.2.1. Augmented assignment statementshttps://docs.python.org/dev/reference/simple_stmts.html#augmented-assignment-statements
7.2.2. Annotated assignment statementshttps://docs.python.org/dev/reference/simple_stmts.html#annotated-assignment-statements
7.3. The assert statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-assert-statement
7.4. The pass statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-pass-statement
7.5. The del statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-del-statement
7.6. The return statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-return-statement
7.7. The yield statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-yield-statement
7.8. The raise statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-raise-statement
7.9. The break statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-break-statement
7.10. The continue statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-continue-statement
7.11. The import statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-import-statement
7.11.1. Future statementshttps://docs.python.org/dev/reference/simple_stmts.html#future-statements
7.12. The global statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-global-statement
7.13. The nonlocal statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-nonlocal-statement
7.14. The type statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-type-statement
6. Expressionshttps://docs.python.org/dev/reference/expressions.html
8. Compound statementshttps://docs.python.org/dev/reference/compound_stmts.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/reference/simple_stmts.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/reference/compound_stmts.html
previoushttps://docs.python.org/dev/reference/expressions.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Language Referencehttps://docs.python.org/dev/reference/index.html
7. Simple statementshttps://docs.python.org/dev/reference/simple_stmts.html
https://docs.python.org/dev/reference/simple_stmts.html#simple-statements
expression_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-expression_stmt
assert_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-assert_stmt
assignment_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-assignment_stmt
augmented_assignment_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-augmented_assignment_stmt
annotated_assignment_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-annotated_assignment_stmt
pass_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-pass_stmt
del_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-del_stmt
return_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-return_stmt
yield_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-yield_stmt
raise_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-raise_stmt
break_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-break_stmt
continue_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-continue_stmt
import_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-import_stmt
future_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-future_stmt
global_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-global_stmt
nonlocal_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-nonlocal_stmt
type_stmthttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-type_stmt
https://docs.python.org/dev/reference/simple_stmts.html#expression-statements
starred_expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-starred_expression
repr()https://docs.python.org/dev/library/functions.html#repr
https://docs.python.org/dev/reference/simple_stmts.html#assignment-statements
target_listhttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-target_list
starred_expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-starred_expression
yield_expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-yield_expression
targethttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-target
targethttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-target
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
target_listhttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-target_list
target_listhttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-target_list
attributerefhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-attributeref
subscriptionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-subscription
slicinghttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-slicing
targethttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-target
Primarieshttps://docs.python.org/dev/reference/expressions.html#primaries
The standard type hierarchyhttps://docs.python.org/dev/reference/datamodel.html#types
globalhttps://docs.python.org/dev/reference/simple_stmts.html#global
nonlocalhttps://docs.python.org/dev/reference/simple_stmts.html#nonlocal
nonlocalhttps://docs.python.org/dev/reference/simple_stmts.html#nonlocal
TypeErrorhttps://docs.python.org/dev/library/exceptions.html#TypeError
AttributeErrorhttps://docs.python.org/dev/library/exceptions.html#AttributeError
property()https://docs.python.org/dev/library/functions.html#property
IndexErrorhttps://docs.python.org/dev/library/exceptions.html#IndexError
__setitem__()https://docs.python.org/dev/reference/datamodel.html#object.__setitem__
PEP 3132https://peps.python.org/pep-3132/
https://docs.python.org/dev/reference/simple_stmts.html#augmented-assignment-statements
augtargethttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-augtarget
augophttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-augop
expression_listhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-expression_list
yield_expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-yield_expression
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
attributerefhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-attributeref
subscriptionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-subscription
slicinghttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-slicing
Primarieshttps://docs.python.org/dev/reference/expressions.html#primaries
caveat about class and instance attributeshttps://docs.python.org/dev/reference/simple_stmts.html#attr-target-note
https://docs.python.org/dev/reference/simple_stmts.html#annotated-assignment-statements
Annotationhttps://docs.python.org/dev/glossary.html#term-variable-annotation
augtargethttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-augtarget
expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-expression
starred_expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-starred_expression
yield_expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-yield_expression
Assignment statementshttps://docs.python.org/dev/reference/simple_stmts.html#assignment
annotation scopehttps://docs.python.org/dev/reference/executionmodel.html#annotation-scopes
__annotations__https://docs.python.org/dev/reference/datamodel.html#object.__annotations__
annotationlibhttps://docs.python.org/dev/library/annotationlib.html#module-annotationlib
__setitem__()https://docs.python.org/dev/reference/datamodel.html#object.__setitem__
__setattr__()https://docs.python.org/dev/reference/datamodel.html#object.__setattr__
PEP 526https://peps.python.org/pep-0526/
PEP 484https://peps.python.org/pep-0484/
typinghttps://docs.python.org/dev/library/typing.html#module-typing
annotation scopehttps://docs.python.org/dev/reference/executionmodel.html#annotation-scopes
https://docs.python.org/dev/reference/simple_stmts.html#the-assert-statement
expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-expression
__debug__https://docs.python.org/dev/library/constants.html#debug__
AssertionErrorhttps://docs.python.org/dev/library/exceptions.html#AssertionError
-Ohttps://docs.python.org/dev/using/cmdline.html#cmdoption-O
asserthttps://docs.python.org/dev/reference/simple_stmts.html#assert
__debug__https://docs.python.org/dev/library/constants.html#debug__
https://docs.python.org/dev/reference/simple_stmts.html#the-pass-statement
passhttps://docs.python.org/dev/reference/simple_stmts.html#pass
https://docs.python.org/dev/reference/simple_stmts.html#the-del-statement
target_listhttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-target_list
globalhttps://docs.python.org/dev/reference/simple_stmts.html#global
NameErrorhttps://docs.python.org/dev/library/exceptions.html#NameError
https://docs.python.org/dev/reference/simple_stmts.html#the-return-statement
expression_listhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-expression_list
returnhttps://docs.python.org/dev/reference/simple_stmts.html#return
returnhttps://docs.python.org/dev/reference/simple_stmts.html#return
returnhttps://docs.python.org/dev/reference/simple_stmts.html#return
tryhttps://docs.python.org/dev/reference/compound_stmts.html#try
finallyhttps://docs.python.org/dev/reference/compound_stmts.html#finally
returnhttps://docs.python.org/dev/reference/simple_stmts.html#return
StopIterationhttps://docs.python.org/dev/library/exceptions.html#StopIteration
StopIterationhttps://docs.python.org/dev/library/exceptions.html#StopIteration
StopIteration.valuehttps://docs.python.org/dev/library/exceptions.html#StopIteration.value
returnhttps://docs.python.org/dev/reference/simple_stmts.html#return
StopAsyncIterationhttps://docs.python.org/dev/library/exceptions.html#StopAsyncIteration
https://docs.python.org/dev/reference/simple_stmts.html#the-yield-statement
yield_expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-yield_expression
yieldhttps://docs.python.org/dev/reference/simple_stmts.html#yield
yield expressionhttps://docs.python.org/dev/reference/expressions.html#yieldexpr
generatorhttps://docs.python.org/dev/glossary.html#term-generator
yieldhttps://docs.python.org/dev/reference/simple_stmts.html#yield
yieldhttps://docs.python.org/dev/reference/simple_stmts.html#yield
Yield expressionshttps://docs.python.org/dev/reference/expressions.html#yieldexpr
https://docs.python.org/dev/reference/simple_stmts.html#the-raise-statement
expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-expression
expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-expression
raisehttps://docs.python.org/dev/reference/simple_stmts.html#raise
RuntimeErrorhttps://docs.python.org/dev/library/exceptions.html#RuntimeError
raisehttps://docs.python.org/dev/reference/simple_stmts.html#raise
BaseExceptionhttps://docs.python.org/dev/library/exceptions.html#BaseException
__traceback__https://docs.python.org/dev/library/exceptions.html#BaseException.__traceback__
with_traceback()https://docs.python.org/dev/library/exceptions.html#BaseException.with_traceback
__cause__https://docs.python.org/dev/library/exceptions.html#BaseException.__cause__
excepthttps://docs.python.org/dev/reference/compound_stmts.html#except
finallyhttps://docs.python.org/dev/reference/compound_stmts.html#finally
withhttps://docs.python.org/dev/reference/compound_stmts.html#with
__context__https://docs.python.org/dev/library/exceptions.html#BaseException.__context__
Nonehttps://docs.python.org/dev/library/constants.html#None
Exceptionshttps://docs.python.org/dev/reference/executionmodel.html#exceptions
The try statementhttps://docs.python.org/dev/reference/compound_stmts.html#try
Nonehttps://docs.python.org/dev/library/constants.html#None
__suppress_context__https://docs.python.org/dev/library/exceptions.html#BaseException.__suppress_context__
excepthttps://docs.python.org/dev/reference/compound_stmts.html#except
https://docs.python.org/dev/reference/simple_stmts.html#the-break-statement
breakhttps://docs.python.org/dev/reference/simple_stmts.html#break
forhttps://docs.python.org/dev/reference/compound_stmts.html#for
whilehttps://docs.python.org/dev/reference/compound_stmts.html#while
forhttps://docs.python.org/dev/reference/compound_stmts.html#for
breakhttps://docs.python.org/dev/reference/simple_stmts.html#break
breakhttps://docs.python.org/dev/reference/simple_stmts.html#break
tryhttps://docs.python.org/dev/reference/compound_stmts.html#try
finallyhttps://docs.python.org/dev/reference/compound_stmts.html#finally
https://docs.python.org/dev/reference/simple_stmts.html#the-continue-statement
continuehttps://docs.python.org/dev/reference/simple_stmts.html#continue
forhttps://docs.python.org/dev/reference/compound_stmts.html#for
whilehttps://docs.python.org/dev/reference/compound_stmts.html#while
continuehttps://docs.python.org/dev/reference/simple_stmts.html#continue
tryhttps://docs.python.org/dev/reference/compound_stmts.html#try
finallyhttps://docs.python.org/dev/reference/compound_stmts.html#finally
https://docs.python.org/dev/reference/simple_stmts.html#the-import-statement
modulehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-module
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
modulehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-module
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
relative_modulehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-relative_module
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
relative_modulehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-relative_module
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
relative_modulehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-relative_module
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
modulehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-module
fromhttps://docs.python.org/dev/reference/simple_stmts.html#from
importhttps://docs.python.org/dev/reference/simple_stmts.html#import
import systemhttps://docs.python.org/dev/reference/import.html#importsystem
fromhttps://docs.python.org/dev/reference/simple_stmts.html#from
fromhttps://docs.python.org/dev/reference/simple_stmts.html#from
importhttps://docs.python.org/dev/reference/simple_stmts.html#import
ImportErrorhttps://docs.python.org/dev/library/exceptions.html#ImportError
importhttps://docs.python.org/dev/reference/simple_stmts.html#import
SyntaxErrorhttps://docs.python.org/dev/library/exceptions.html#SyntaxError
fromhttps://docs.python.org/dev/reference/simple_stmts.html#from
Package Relative Importshttps://docs.python.org/dev/reference/import.html#relativeimports
importlib.import_module()https://docs.python.org/dev/library/importlib.html#importlib.import_module
auditing eventhttps://docs.python.org/dev/library/sys.html#auditing
https://docs.python.org/dev/reference/simple_stmts.html#future-statements
featurehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-feature
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
featurehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-feature
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
featurehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-feature
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
featurehttps://docs.python.org/dev/reference/simple_stmts.html#grammar-token-python-grammar-feature
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
PEP 563https://peps.python.org/pep-0563/
__future__https://docs.python.org/dev/library/__future__.html#module-__future__
exec()https://docs.python.org/dev/library/functions.html#exec
compile()https://docs.python.org/dev/library/functions.html#compile
compile()https://docs.python.org/dev/library/functions.html#compile
-ihttps://docs.python.org/dev/using/cmdline.html#cmdoption-i
PEP 236https://peps.python.org/pep-0236/
https://docs.python.org/dev/reference/simple_stmts.html#the-global-statement
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
globalhttps://docs.python.org/dev/reference/simple_stmts.html#global
SyntaxErrorhttps://docs.python.org/dev/library/exceptions.html#SyntaxError
REPLhttps://docs.python.org/dev/glossary.html#term-REPL
globalhttps://docs.python.org/dev/reference/simple_stmts.html#global
exec()https://docs.python.org/dev/library/functions.html#exec
eval()https://docs.python.org/dev/library/functions.html#eval
compile()https://docs.python.org/dev/library/functions.html#compile
https://docs.python.org/dev/reference/simple_stmts.html#the-nonlocal-statement
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
nonlocalhttps://docs.python.org/dev/reference/simple_stmts.html#nonlocal
SyntaxErrorhttps://docs.python.org/dev/library/exceptions.html#SyntaxError
nonlocalhttps://docs.python.org/dev/reference/simple_stmts.html#nonlocal
SyntaxErrorhttps://docs.python.org/dev/library/exceptions.html#SyntaxError
PEP 3104https://peps.python.org/pep-3104/
nonlocalhttps://docs.python.org/dev/reference/simple_stmts.html#nonlocal
nonlocalhttps://docs.python.org/dev/reference/simple_stmts.html#nonlocal
globalhttps://docs.python.org/dev/reference/simple_stmts.html#global
https://docs.python.org/dev/reference/simple_stmts.html#the-type-statement
identifierhttps://docs.python.org/dev/reference/lexical_analysis.html#grammar-token-python-grammar-identifier
type_paramshttps://docs.python.org/dev/reference/compound_stmts.html#grammar-token-python-grammar-type_params
expressionhttps://docs.python.org/dev/reference/expressions.html#grammar-token-python-grammar-expression
typing.TypeAliasTypehttps://docs.python.org/dev/library/typing.html#typing.TypeAliasType
annotation scopehttps://docs.python.org/dev/reference/executionmodel.html#annotation-scopes
Lazy evaluationhttps://docs.python.org/dev/reference/executionmodel.html#lazy-evaluation
type parameter listhttps://docs.python.org/dev/reference/compound_stmts.html#type-params
Generic type aliaseshttps://docs.python.org/dev/reference/compound_stmts.html#generic-type-aliases
soft keywordhttps://docs.python.org/dev/reference/lexical_analysis.html#soft-keywords
PEP 695https://peps.python.org/pep-0695/
Table of Contentshttps://docs.python.org/dev/contents.html
7. Simple statementshttps://docs.python.org/dev/reference/simple_stmts.html
7.1. Expression statementshttps://docs.python.org/dev/reference/simple_stmts.html#expression-statements
7.2. Assignment statementshttps://docs.python.org/dev/reference/simple_stmts.html#assignment-statements
7.2.1. Augmented assignment statementshttps://docs.python.org/dev/reference/simple_stmts.html#augmented-assignment-statements
7.2.2. Annotated assignment statementshttps://docs.python.org/dev/reference/simple_stmts.html#annotated-assignment-statements
7.3. The assert statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-assert-statement
7.4. The pass statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-pass-statement
7.5. The del statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-del-statement
7.6. The return statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-return-statement
7.7. The yield statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-yield-statement
7.8. The raise statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-raise-statement
7.9. The break statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-break-statement
7.10. The continue statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-continue-statement
7.11. The import statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-import-statement
7.11.1. Future statementshttps://docs.python.org/dev/reference/simple_stmts.html#future-statements
7.12. The global statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-global-statement
7.13. The nonlocal statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-nonlocal-statement
7.14. The type statementhttps://docs.python.org/dev/reference/simple_stmts.html#the-type-statement
6. Expressionshttps://docs.python.org/dev/reference/expressions.html
8. Compound statementshttps://docs.python.org/dev/reference/compound_stmts.html
Report a bughttps://docs.python.org/dev/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/reference/simple_stmts.rst?plain=1
indexhttps://docs.python.org/dev/genindex.html
moduleshttps://docs.python.org/dev/py-modindex.html
nexthttps://docs.python.org/dev/reference/compound_stmts.html
previoushttps://docs.python.org/dev/reference/expressions.html
Pythonhttps://www.python.org/
3.15.0a5 Documentationhttps://docs.python.org/dev/index.html
The Python Language Referencehttps://docs.python.org/dev/reference/index.html
7. Simple statementshttps://docs.python.org/dev/reference/simple_stmts.html
Copyrighthttps://docs.python.org/dev/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.