If the outer number and a current number of the inner loop are the same, then break the inner (nested) loop. Example: for i in range(4): ...
確定! 回上一頁