Programming MisconceptionsHomeMisconceptionsConceptsLanguagesTextbooksContributorsAbout
HomeLanguages
Python
plr3.13
Calls

Python Language Reference, Version 3.13
6.3.4. Calls

Read this Section of the Authoritative Specification

https://docs.python.org/3.13/reference/expressions.html#calls

5 Documented Misconceptions

Misconception
CannotChainAttributeAccesses
Attribute accesses cannot be chained together
Misconception
CannotChainAttributeToObjectInstantiation
Method calls, and attribute accesses in general, cannot be chained to a constructor invocation.
Misconception
ObjectsMustBeNamed
A variable is needed to instantiate an object
Misconception
ParenthesesOnlyIfArgument
() are optional for function calls without arguments
Misconception
RecursiveFunctionNeedsIfElse
A recursive function needs to contain an if-else statement

Find Misconceptions by...

Concept
Programming Language
Notional Machine
Textbook

About

About This Site
Structure and Content of the Inventory
Contributors