预测作品片段的输出 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。tasks = [] tasks.append("写作业") tasks.append("跑步") tasks.pop(0) print(len(tasks))
全部评论