tuple
2022/08/02
-----
https://pixabay.com/zh/photos/snake-python-serpent-scales-543243/
-----
「雖然 tuple 和 list 看起來很類似,但是他們通常用在不同的情況與不同目的。 tuple 是 immutable(不可變的),通常儲存異質的元素序列,並可經由拆解 (unpacking)(請參考本節 ...」[1]。
-----
References
[1] 5. 資料結構 — Python 3.10.5 說明文件
https://docs.python.org/zh-tw/3/tutorial/datastructures.html#tuples-and-sequences
[2] Python | Difference Between List and Tuple - GeeksforGeeks
https://www.geeksforgeeks.org/python-difference-between-list-and-tuple/
[3] Lists and Tuples in Python – Real Python
https://realpython.com/python-lists-tuples/
[4] Python Tuple Methods
https://www.w3schools.com/python/python_ref_tuple.asp
-----
Python Machine Learning(目錄)
https://mandhistory.blogspot.com/2022/05/python.html
-----
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。