range用法

示例

range(start, stop, step)

for i in range(0, 100, 4):

    print(i)

  

posted @ 2023-08-17 22:23  tslam  阅读(11)  评论(0编辑  收藏  举报