python 第五天學習筆記

今天學習第七章 字典和集合 dict2 = {"a":"one","b":"two","c":"three"} dict2["b"] 結果是「two」 定義字典用{} 定義空字典     empty={} 這三種方法得到的結果一樣: dict1 = {"F":70,"i":105,"s":115,"h":104,"C":67}           字典的原始定義方法{} dict2 = dict(
相關文章
相關標籤/搜索