51Testing软件测试论坛

标题: python while True 不能关闭,需要如何退出 [打印本页]

作者: 测试积点老人    时间: 2021-8-12 13:41
标题: python while True 不能关闭,需要如何退出
执行这个循环时不能关闭要怎么解决?
  1. while True:
  2.     i=0
  3.     i+=1
  4.     if i==7:   
  5.         print(i)
  6.         break
复制代码



作者: 海海豚    时间: 2021-8-13 10:10
https://bbs.csdn.net/topics/190103414  参考下这个
作者: qqq911    时间: 2021-8-13 10:44
i =0 放在循坏外面




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2