Python: How do I pass a string by reference?

前端 未结 7 1081
清歌不尽
清歌不尽 2020-12-05 18:21

From this link: How do I pass a variable by reference?, we know, Python will copy a string (an immutable type variable) when it is passed to a function as a parameter, but I

7条回答
提交回复
热议问题