预测空列表时的行为 👁️ 0 人浏览 💬 0 人评论 ❤️ 添加收藏 运行下面的 Python 3 程序,填写结果。tasks = [] if len(tasks) == 0: print("没有任务") else: print(tasks[0])
全部评论