📜  如何制作一个无限循环python代码示例

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

代码示例2
while True:
  print('This is an example')