加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 编程开发 > Python > 正文

python开发_python中的range()函数

发布时间:2020-12-17 00:18:47 所属栏目:Python 来源:网络整理
导读:python中的range()函数的功能hen强大,所以我觉得很有必要和大家分享一下 就好像其API中所描述的: If you need to iterate over a sequence of numbers,the built-in function range() comes in handy. It generates arithmetic progressions 下面是我做的d

python中的range()函数的功能hen强大,所以我觉得很有必要和大家分享一下

就好像其API中所描述的:

If you need to iterate over a sequence of numbers,the built-in function range() comes in handy. It generates arithmetic progressions

下面是我做的demo:

test_list = [1,3,4,,6,23,,2 i (test_list[i],end= ( i range(5 (i, ( (,range(10 listA = [i i range(10 ( (,range(5,100 listB = [i i range(5,100 ( (,range(1,3 listC = [i i range(1,3 (listC)

运行效果:

Python 3.3.2 (v3.3.2:d047928ae3f6,May 16 2013,00:03:43) [MSC v.1600 32, >>> ================================ RESTART ================================ >>> 1,Hongten,hello,2 0,1,2,4 range(10)表示: range(0,101,5,7,8,9 range(5,100)表示: range(5,1005,9,10,11,12,13,14,15,16,17,18,19,20,21,22,24,25,26,27,28,29,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97,98,99 range(1,3)表示: range(1,31,28>>>

========================================================

More reading,and english is important.

I'm Hongten

大哥哥大姐姐,觉得有用打赏点哦!多多少少没关系,一分也是对我的支持和鼓励。谢谢。Hongten博客排名在100名以内。粉丝过千。Hongten出品,必是精品。

E | hongtenzone@foxmail.com ?B |?

========================================================

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读