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