Lists are depicted through curly brackets only.
1 Like
False
Reason — Lists are depicted through square brackets.
Answered By
3 Likes
Python lists are mutable.
A list can contain heterogeneous values.
We can create an empty list by using list() function.