Programming Misconceptions
Home
Misconceptions
Concepts
Languages
Textbooks
Contributors
About
Home
Languages
Python
plr3.13
Evaluation order
Python Language Reference, Version 3.13
6.16. Evaluation order
Read this Section of the Authoritative Specification
https://docs.python.org/3.13/reference/expressions.html#evaluation-order
3 Documented Misconceptions
OutsideInFunctionNesting
Nested function calls are invoked outside in
RightToLeftChaining
Chained accesses are invoked from right to left
VariablesHoldExpressions
= stores an expression: it stores a reference to the expression in a variable
Find Misconceptions by...
Concept
Programming Language
Notional Machine
Textbook
About
About This Site
Structure and Content of the Inventory
Contributors