Build-in data types
Text type : str
Numeric types : int ,float, complex
Sequence type : list, tuple, range
Mapping type : dictionary
Set type : set ,frozenset
Boolean type : bool
Binary type : bytes , bytearray , memoryview
Most commonly used :
- Numbers
- String
- List
- Tuple
- Dictionary
No comments:
Post a Comment