We can create an empty list by using list() function.
2 Likes
True
Reason — In Python, an empty list can be created by using the list() function.
list()
Answered By
1 Like
Lists are depicted through curly brackets only.
A list can contain heterogeneous values.
A list is stored in memory as integer.
The command [1,2,3,4,]<[9,1] will give the output as True.