How to create an empty list in Python An empty list does not contain any elements. Solution for How to create an empty list in Python : You can use brackets [] to create an empty list Assign a variable to [] to create an empty list.