📅  最后修改于: 2022-03-11 14:46:10.930000             🧑  作者: Mango
'''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.
'''