PYTHON-LIST-TUPLE
1 article tagged with "python-list-tuple"
- Python 教學 7 - Python Sequence Type: List, Tuple 介紹2023-09-03
Python 有兩個較常用的 sequence type:list 和 tuple,有些文章雖然也會把 string 列為 sequence type,不過嚴格來說,string 算是另一種類別的 sequence - ,再加上有在另外一篇文章介紹過 string 了,所以這邊就不再提了。