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