데이터형

이 장에서 설명하는 모듈은 날짜와 시간, 고정형 배열, 힙 큐, 데크, 열거형과 같은 다양한 특수 데이터형을 제공합니다.

Python also provides some built-in data types, in particular, list, tuple, dict, frozendict, set, and frozenset. The str class is used to hold Unicode strings, and the bytes and bytearray classes are used to hold binary data.

이 장에서는 다음 모듈에 관해 설명합니다: