📜  如何在 python 代码示例中创建一个永远循环

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

代码示例2
# The While Loop

while True:
  print("This will continue printing until the code returns False.")