... 1, 2, 3, 4, 5, 6, 7, 8] pdb.set_trace() #中斷點 b = [1, 2, 3, 4, 5, 6, 7, 8, 9] for i in a: for j in b: print complex_sum(i, j) ...
確定! 回上一頁