The immutable object in python

后端 未结 4 511
旧时难觅i
旧时难觅i 2020-12-21 23:28

I see a article about the immutable object.

It says when:
variable = immutable
As assign the immutable to a variable.

for example

4条回答
  •  太阳男子
    2020-12-21 23:55

    have a read of this... http://python.net/~goodger/projects/pycon/2007/idiomatic/handout.html#other-languages-have-variables

提交回复
热议问题