: 啊你的認知就是錯的啊, 我就說 Google 就有一堆資料了你都沒有在聽嘛
: https://www.google.com.tw/?q=python+call+by+reference
: 就看前五個結果好不好
: 1. https://stackoverflow.com/questions/986006
: 這個上面也有提到, 直接看 accepted answer (同時也是分數最高)
: Arguments are passed by assignment. [...] the parameter passed in is
: actually a reference to an object (but the reference is passed by value).
謝謝你人真好~ <3
我要的就是第一個 link 連到官方的說明。
Remember that arguments are passed by assignment in Python.
官方的文件直接解釋了原原文的三個問題。