Python中dict詳解

歡迎加入Python學習交流QQ羣:535993938  禁止閒聊 ! 名額有限 ! 非喜勿進 !java #字典的添加、刪除、修改操做python dict = {"a" : "apple", "b" : "banana", "g" : "grape", "o" : "orange"} dict["w"] = "watermelon" del(dict["a"]) dict["g"] = "gr
相關文章
相關標籤/搜索