Showing posts with label Python Built-In Types. Show all posts
Showing posts with label Python Built-In Types. Show all posts

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