补齐 total(goods_dict)内容就是p_goods = all_goods()遍历 goods_dict , 从 p_goods 里取价格, 乘以 goods_dict的数量, 计算合计数
在 那个 print(goods_dict)后,再加句 total(goods_dict)