Name the built-in types provided by Python?
There are two categories of ‘types’ present in Python, which is mutable and immutable.
Mutable built-in types
- List
- Dictionary
- Set
Immutable built-in type
- String
- Number
- Tuple
BY Best Interview Question ON 01 Aug 2019