Python Built-In Types

Following are the most commonly used built-in types provided by Python:
Immutable built-in types of python
1.    Numbers
2.    Strings
3.    Tuples
Mutable built-in types of python
1.    List
2.    Dictionaries
3.    Sets

1 comment: