Discuss / Python / 死循环

死循环

Topic source

建议不要乱试 n = -1 while n < 0: print(n) n = n - 2

还有一个 n = -3 while n < 0: print(n) n = (nnn)


  • 1

Reply