Try this code ! For each iteration of outer loop, you need to iterate the inner loop from 1 increment to the range of list. Code : arr = [1, 5, 2, 0, 4, 2, ...
確定! 回上一頁