python 基础 for else

for one in many_list:
    if "k" in one:
        print "在里面"
        break
else:
    print "没有在里面"

 

 


如果不在 循环 list 里 走外面的 else

 

posted @ 2019-06-07 19:56  AngDH  阅读(163)  评论(0编辑  收藏  举报