Rewrite the code containing the loop into a function and use return within the function to exit the nested loop from the inner loop. def example(): for ...
確定! 回上一頁