预测 while 停下来时的值 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。n = 0 while n < 3: n = n + 1 print(n)
全部评论