how to instantiate an empty list in python code example
Example: empty list in python
# Python program to declare
# empty list
# list is declared
a = []
# Python program to declare
# empty list
# list is declared
a = []