Python
[파이썬] 자료구조
MASSO
2022. 7. 17. 17:16
728x90
자료 구조
- 여러 데이터를 효과적으로 다룰 수 있는 것
- 파이썬에서는 기본 타입으로 제공됨
- 다른 객체들의 콜렉션
- 리스트(list), 튜플(tuple), 딕셔너리(dict)
리스트 : https://s-tudy.tistory.com/8
튜플 : https://s-tudy.tistory.com/7
딕셔너리 : https://s-tudy.tistory.com/9
728x90