In Python, the two kinds of loops are the for loop and the while loop. ... Let's see an example. list_1 = [1, 2, 3] list_2 = ['a', 'b', 'c', 'd ...
確定! 回上一頁