05 2018 档案

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 Annaying 阅读(1206) 评论(0) 推荐(0)