![Mastering Python for Networking and Security](https://wfqqreader-1252317822.image.myqcloud.com/cover/385/36699385/b_36699385.jpg)
上QQ阅读APP看书,第一时间看更新
Tuples
A tuple is like a list, but its size and elements are immutable, that is, its values cannot be changed nor can more elements be added than initially defined. A tuple is delimited by parentheses. If we try to modify an element of a tuple, we get an error indicating that the tuple object does not support the assignment of elements: