📜  python代码示例中的整个循环

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

代码示例1
while i <= 100:
  print(i)