A-A+ 14 假定 list1 是 [3 4 5 20 5 25 1 3] list1.index(5)是什么? 2024-04-28 20:34:43 网课题库 阅读 次 问题详情 14、假定 list1 是 [3, 4, 5, 20, 5, 25, 1, 3], list1.index(5)是什么? A.0B.4C.1D.2 参考答案 错误