list1=[]
print("Empty list=",list1)
     
           
Note: Need to be arranged in compiler after copied
   

 OutPut:

Empty list= []