a=[12,25,'we','gg'] print(a[0]) b=[] b.append('fy') print(b) q=list() q=list(range(10)) print(q) s=list() s=list('sffg,tyy') print(s)