We can create an empty list by the code: L = list()
L = list()
True
Reason — In Python, we can create an empty list using built-in function list().
list()