... 3 and x % 2] # use nested for loops to make everyone dizzy XD arr4 = [(x, y) for x in range(3) for y in range(4)] print(arr1) print(arr2) print(arr3) ...
確定! 回上一頁