l=['a','b']
ll=[]
for i in l:
    ll.append(i)
    ll.append(i)
print ll