What are the common built-in data types in Python?
Python supports the below-mentioned built-in data types:
Immutable data types:
👉Number
👉String
👉Tuple
Mutable data types:
👉List
👉Dictionary
👉set
Share and Support
@Python_Codes
>>Click here to continue<<