b = [10,20,30,40,50]for i in range(len(a)): ... if you have a larger number of lists or more complex data that requires nested loops, ...
確定! 回上一頁