We iterate from 0..len(my_list) with the index . ... and values in my_list:") print([list((i, my_list[i])) for i in range(len(my_list))]).
確定! 回上一頁