摘要:
when you use break jump out from for or while statement,if has else caluse,it will not exec,for example:>>> for i in xrange(0,11): print ielse: print "haha,%s"%i 012345678910haha,10>>&g... 阅读全文
posted @ 2010-05-31 14:48
lexus
阅读(210)
评论(0)
推荐(0)