What is the theory behind mutable and immutable types?

后端 未结 4 1025
甜味超标
甜味超标 2021-02-04 03:53

One of the things that I admire about Python is its distinction between mutable and immutable types. Having spent a while programming in c before coming to Python, I was astonis

4条回答
  •  情话喂你
    2021-02-04 04:15

    I'd recommend reading the following entries from Wikipedia:

    • Immutable object
    • Functional Programming

提交回复
热议问题