python 從list建立dict 以及 使用sorted對dict進行排序

使用兩個list建立dict a = ['math','english','art']函數 b = ['99','78','66']spa c = dict(zip(a,b))排序 建立指定list爲鍵名的dict c = {}.fromkeys([keylist],默認值)ip   使用sorted對字典進行排序,本質上仍是sorted函數的使用 sorted(iterable, key=Non
相關文章
相關標籤/搜索