执行如下语句:studentList1=['张三','李四','王五']studentList2=['赵六','孙七','周八']studentList=studentList1+studentList2则studentList的数据类型是?
执行如下语句:studentList1=['张三','李四','王五']studentList2=['赵六','孙七','周八']studentList=studentList1+studentList2则studentList的数据类型是?
A.列表
B.元组
C.字典
D.集合
正确答案:A
Tag:Python程序设计基础 语句 字典
时间:2022-07-07 15:44:49