📜  如何在python代码示例中制作循环

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

代码示例1
for x in range(0, 3):
    print("We're on time %d" % (x))