lst=list(zip(range(6),"python")). print(lst,"\n"). print("以二維陣列中索引0升序排序:",sorted(lst),"\n"). print("以二維陣列中索引1降序排序:",sorted(lst ...
確定! 回上一頁