预测两种商品的总额 👁️ 1 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写输出的总额。item1 = 5 * 2 item2 = 3 * 3 total = item1 + item2 print(total)
全部评论