Python lists are mutable.
1 Like
True
Reason — Lists are called mutable data types in Python because they allow modifications to be made to their elements after the list is created.
Answered By
3 Likes
Lists are depicted through curly brackets only.
A list can contain heterogeneous values.