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

[Python]Python 使用 for 循环的小例子

时间:2017-09-30 14:58:13      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:xxx   小例子   range   python   ...   使用   循环   for 循环   pytho   

[Python]Python 使用 for 循环的小例子:

In [7]: for i in range(5):
...: print "xxxx"
...: print "yyyy"
...:
xxxx
yyyy
xxxx
yyyy
xxxx
yyyy
xxxx
yyyy
xxxx
yyyy

[Python]Python 使用 for 循环的小例子

标签:xxx   小例子   range   python   ...   使用   循环   for 循环   pytho   

原文地址:http://www.cnblogs.com/gaojian/p/7614577.html

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