list=('a','d','c','d') for a in list: if a=='a' : #skip the letter affer 'a' what am I supposed to do?