We can create an empty list by using list() function.
True
Reason — In Python, an empty list can be created by using the list() function.
list()