Answer
EmptyList=[]
listWithInt=[1,32,2]
Work Step by Step
To declare a list as an empty state, use the following code:
-EmptyList=[]
While if you want to assign it something or store some series, use the following code:
-ListExample=[1,32,2]