码迷,mamicode.com
首页 > 编程语言 > 详细

python练习-for range if bread

时间:2017-01-11 14:46:51      阅读:258      评论:0      收藏:0      [点我收藏+]

标签:程序   hello   python   

for i in range (1,6):
       print
       print
       print "i=", i,
       print "hello,how",
       if i==3:
            break
       print ‘are you today?‘
#当i=3的时候,程序会跳出


python练习-for range if bread

标签:程序   hello   python   

原文地址:http://huzhongliang.blog.51cto.com/1817180/1891002

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!