Python 序列型態(sequence) ... s=[[2,3,4],[1,5,7]] 宣告2維List ... 將s 序列排序,s 排序的key 值根據s 的資料送進f 函數, s.sort(f), s=['aB','CXM','DF','CZ','mf','d']
163.32.98.15