关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 关注微信公众号《课帮忙》查题 公告:维护QQ群:833371870,欢迎加入!公告:维护QQ群:833371870,欢迎加入!公告:维护QQ群:833371870,欢迎加入! 2022-07-25 中国大学MOOC: 为了实现将5添加到list1的末尾, 需要用( )。 中国大学MOOC: 为了实现将5添加到list1的末尾, 需要用( )。 答案: 查看 举一反三 为了实现将5添加到list1的末尾, 需要用( )。 A: list1.add(5) B: list1.append(5) C: list1.addLast(5) D: list1.addEnd(5) 中国大学MOOC: 能将5加到列表list1的末尾的语句是 中国大学MOOC: 为了实现将5插入到列表list1的第3个位置, 需要使用( )。 10509.能将5加到列表list1的末尾的语句是 能将5加到列表list1的末尾的语句是 A: list1.add(5) B: list1.insert(5) C: list1.extend(5) D: list1.append(5)