728x90 반응형 sort1 [Python] list (sequence type) : summary list (Sequence Type) : Summary list는 ordered mutable collection으로, collection을 위한 python data type들 중 가장 많이 사용된다. C에서의 array와 같이 가장 기본적인 collection임. 단, heterogeneous item을 가질 수 있으며, 여러 methods를 가지는 객체라는 점이 array와 다름. Python에서 대표적인 sequence type인 것은 다음 세가지임. list : mutable sequence tuple : immutable sequence string : immutable text sequence sequence type은 indexing이 element의 위치(순서)에 의해 이루어지기 때문에 .. 2023. 7. 12. 이전 1 다음 728x90 반응형