📜  python 是否通过引用传递 - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:03.231000             🧑  作者: Mango

代码示例1
# primitive types are passed by value
# objects are passed by reference
# https://www.geeksforgeeks.org/is-python-call-by-reference-or-call-by-value/