0

What are the common built-in data types in Python

Malarvizhi M Posted new comment June 3, 2023
User Avatar

Python supports the below-mentioned built-in data types:

Immutable data types:

>Number
>String
>Tuple

Mutable data types:

>List
>Dictionary
>set