課程
/后端開發
/Python
/初識Python
如題求解??????
2017-09-24
源自:初識Python 9-4
正在回答
固定語法 d是字典,也可以是其他數列 而items 是一種函數 或方法
為什么不加在items的后面,items.d
d是對象d,d.items()表示對d使用items方法
dict 是對象,items 是方法, 對象.方法(參數)
舉報
學python入門視頻教程,讓你快速入門并能編寫簡單的Python程序
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2018-06-13
固定語法 d是字典,也可以是其他數列 而items 是一種函數 或方法
2017-11-08
為什么不加在items的后面,items.d
2017-09-28
d是對象d,d.items()表示對d使用items方法
2017-09-24
dict 是對象,items 是方法, 對象.方法(參數)
2017-09-24
dict 是對象,items 是方法, 對象.方法(參數)