+ 1
What is the use of empty list in python?
1 Answer
+ 4
It's very common to initialize an empty list prior to populating it. The items to be added may require a series of events, logic, calculations, or looping iterations to derive the values to add.