when read my code again, i discover this error i fixed before but forget to do for another branch of if statement
now fixed On Saturday, May 28, 2016 at 6:19:23 PM UTC+8, meInvent bbird wrote: > for item, i in enumerate(aa) > print item > > this writing, it can print all values > > for item, i in enumerate(aa) > if item == findit: > print item > > this only print the first value, means it only print once then not print > again, > > where is wrong? -- https://mail.python.org/mailman/listinfo/python-list