首页 试题详情
单选题

在python中,x=[11,8,7,2,3],x.insert(4,[4,5]),列表x的值为()。

A[11,8,7,2,[4,5],3]

B[11,8,7,2,4,5,3]

C[11,8,7,[4,5],2,3]

D[11,8,7,4,5,2,3]

正确答案:A (备注:此答案有误)

相似试题

  • 判断题

    Python不支持char数据类型

    答案解析

  • 问答题

    Python 3.x完全兼容Python 2.x

    答案解析

  • 单选题

    pythonx=[11,8,7,2,3],x.insert(4,[4,5]),列表x的值为()。

    答案解析

  • 多选题

    Python的优点有()。

    答案解析

热门题库