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 b4af629 commit b30fcbaCopy full SHA for b30fcba
1 file changed
Doc/tutorial/controlflow.rst
@@ -297,7 +297,8 @@ referenced.
297
The actual parameters (arguments) to a function call are introduced in the local
298
symbol table of the called function when it is called; thus, arguments are
299
passed using *call by value* (where the *value* is always an object *reference*,
300
-not the value of the object). [#]_ When a function calls another function, a new
+not the value of the object). [#]_ When a function calls another function,
301
+or calls itself recursively, a new
302
local symbol table is created for that call.
303
304
A function definition associates the function name with the function object in
0 commit comments