<languages />
随着 打破 语句,即使while条件为true,我们也可以停止循环:
我三岁时退出循环:
i = 1 while i < 6: print(i) if i == 3: break i += 1
Python While教程
而
虽然继续
虽然其他