Python
Python copied to clipboard
while循环
"也就是双数的时候,我们需要跳出当次的循环,不想加,这时候可以用到 break",这里笔误了,应该是continue。