a = [1,2,3] b = [] c = [4,5] d = [a,b,c]
The output I wanna get is: if len(element(d))>0, print list of content of that element + variable. I tri