student=dict(姓名='张三',年龄=20,性别='男'),则student的数据类型是?
student=dict(姓名='张三',年龄=20,性别='男'),则student的数据类型是?
A.列表
B.元组
C.字典
D.集合
正确答案:C
Tag:Python程序设计基础 字典 数据类型
时间:2022-07-07 15:43:49