環境設定 数値 文字列 正規表現 リスト タプル 集合 辞書 ループ 関数 クラス データクラス 時間 パス ファイル スクレイピング その他

Python のビルトイン型の一覧

最終更新日 2023.02.18

Python のビルトイン型の一覧です。

Boolean

bool

Numeric

int
float
complex

Sequence

list
tuple
range

Text

str

Binary

bytes
bytearray
memoryview

Set

set
frozenset

Mapping

dict

Null

None