标签:
例一:for循环
for i in range(1,100): if i==23: print "great,%s you got your lucky number:" %(i) break else: print ‘the number is :‘,i
python例子
原文地址:http://www.cnblogs.com/bluewelkin/p/4297545.html