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