📜  for c in range python 代码示例

📅  最后修改于: 2022-03-11 14:46:59.486000             🧑  作者: Mango

代码示例3
for c in range (0, 10, -7):
    print(c)