break terminates the entire loop, whereas continue only skips the remaining code in the current iteration. while i < 3: if i == ...
確定! 回上一頁