+ 2
shouldn't name your list "list" and if you want to print the list, simply print(listName) a=[1,2,3,4] if len(a)%2==0: print(a)
27th Apr 2017, 1:01 PM
LordHill
LordHill - avatar