在python也是要來處理相似的觀念,以下舉一個最常見學生成績排名為例子: ... s = [2, 3, 1, 4, 9] sorted_s = sorted(range(len(s)), key = lambda ...
確定! 回上一頁