计数的输出 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 for x in range(5):依次取到的下标 01 23 4 x 运行程序,填写结果。count = 0 for x in ["a", "b", "c"]: count = count + 1 print(count)
全部评论