0% found this document useful (0 votes)
2 views2 pages

Python Veriable Types

The document outlines various data types in Python, categorizing them into text, numeric, sequence, mapping, set, boolean, binary, and none types. Each category includes specific examples such as str for text and int, float for numeric types. This classification is essential for understanding data handling in Python programming.

Uploaded by

ICT Class
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views2 pages

Python Veriable Types

The document outlines various data types in Python, categorizing them into text, numeric, sequence, mapping, set, boolean, binary, and none types. Each category includes specific examples such as str for text and int, float for numeric types. This classification is essential for understanding data handling in Python programming.

Uploaded by

ICT Class
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Text Type: str

Numeric Types: int, float, complex

Sequence Types: list, tuple, range

Mapping Type: dict

Set Types: set, frozenset


Boolean Type: bool

Binary Types: bytes, bytearray, memoryview


None Type: NoneType

You might also like