📜  如何在python代码示例中的for循环末尾打印一个数字

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

代码示例1
for i in range(1,4):
  if i == 3:
    print(i)