选择题
40.
下面代码的输出结果是
li=["hello",'se',[["m","n"],["h","kelly"],'all'],123,446]
print(1i[2][1][1])
A、
h
B、
n
C、
kelly
D、
m
【正确答案】
C
【答案解析】
提交答案
关闭