📜  python代码示例中的不可变数据类型

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

代码示例1
'''mutable reminds us of mutation i.e. it can change
   immutable or non-mutable is the tuple (data type)
      which has basically a list that is not meant to be changed in run-time. 
'''