range 循环了几次 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 for x in [10, 20, 30] 102030 x 运行下面的 Python 3 程序,填写结果。n = 0 for x in range(4): n = n + 1 print(n)
全部评论