1.

Can you please mention some builtin Data Types in Python?

Answer»

Can you please mention some builtin Data Types in PYTHON?
Below are DIFFERENT built-in data type category in Python
(1)Binary Types:- memoryview, bytearray, bytes
(2)Boolean Type:- bool
(3)SET Types:- frozenset, set
(4)Mapping Type:- dict
(5)Sequence Types:- RANGE, tuple, LIST
(6)Numeric Types:- complex, float, int
(7)Text Type:- str



Discussion

No Comment Found