摘要: def test_variable_forin(): alist = ['a', 'bb', 'cc', 'dd'] count = 0 for i in alist: print i count += 1 if len(i) > 1: ... 阅读全文
posted @ 2013-02-20 16:49 道以万计 阅读(172) 评论(0) 推荐(0)