Python 字典与列表使用实例
摘要:python-让繁琐工作自动化# coding=utf-8 # 第五章练习题 # 定义函数 from collections import Counter def displayInventory(inventory): print("Inventory:") item_total=0 #for i in inventory.items(): # print...
阅读全文
posted @ 2018-05-20 21:09
浙公网安备 33010602011771号