python range()函数循环效果 range()函数循环效果代码如下:for i in range(10): print(i)运行结果: python 2024-05-12 124 点赞 1 评论 187 浏览