《Python编程快速上手》5.6 实践项目
《Python编程快速上手》5.6 实践项目
Ramsayi5.6.1 好玩游戏的物品清单
1 | stuff = {'rope': 1, 'torch': 6, 'gold coin': 42, 'dagger': 1, 'arrow': 12} |
输出
1 | Inventory: |
5.6.2 列表到字典的函数,针对好玩游戏物品清单
1 | def addToInventory(inventory, addedItems): |
输出
1 | Inventory: |
评论
匿名评论隐私政策
✅ 你无需删除空行,直接评论以获取最佳展示效果