A list can contain heterogeneous values.
1 Like
True
Reason — A list can contain heterogeneous values, meaning it can store elements of different data types.
Answered By
Python lists are mutable.
Lists are depicted through curly brackets only.
We can create an empty list by using list() function.
A list is stored in memory as integer.