预测 range 累加的结果 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。total = 0 for i in range(1, 4): total = total + i print(total)
全部评论