105 viewsJune 3, 2023PythonWhat are the common built-in data types in Python 0 Malarvizhi M416 June 3, 2023 1 Comment What are the common built-in data types in Python Malarvizhi M Posted new comment June 3, 2023 Malarvizhi M commented June 3, 2023 Python supports the below-mentioned built-in data types: Immutable data types: >Number >String >Tuple Mutable data types: >List >Dictionary >set 0 Answers ActiveVotedNewestOldest Register or Login
Python supports the below-mentioned built-in data types:
Immutable data types:
>Number
>String
>Tuple
Mutable data types:
>List
>Dictionary
>set