Программистское

Читаю официальное руководство от питона.

The actual parameters (arguments) to a function call are introduced in the local symbol table of the called function when it is called; thus, arguments are passed using call by value (where the value is always an object reference, not the value of the object).

Я чего-то не понимаю, или как раз такой метод передачи параметров и называется “передачей по ссылке”?

This entry was posted in Uncategorized. Bookmark the permalink.

Leave a Reply