skip next item in list

ahlongxp ahlongxp at gmail.com
Mon Jun 11 10:49:49 EDT 2007


list=('a','d','c','d')
for a in list:
    if a=='a' :
        #skip the letter affer 'a'

what am I supposed to do?




More information about the Python-list mailing list