PAGE
PAGE1st
全国计算机等级考试二级Python新题题库(附答案)
单选题
1.在Python中,以下哪个关键字用来定义一个空字典?
A、dict
B、{}
C、[]
D、()
参考答案:B
2.以下哪个是Python中的列表推导式?
A、[xforxinrange(5)]
B、(xforxinrange(5))
C、{xforxinrange(5)}
D、xforxinrange(5)
参考答案:A
3.以下哪个是Python中的列表索引方式?
A、my_list[5]
B、my_list.index(5)
C、my_list.get(5)
D、allofthea
原创力文档

文档评论(0)