预测计数结果 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。count = 0 for x in [50, 70, 40]: if x < 60: count = count + 1 print(count)
全部评论