• 2022-06-11
    下列代码的输出结果是( )。li = ["hello",'se',[["m","n"],["h","kelly"],'all'],123,446]print(li[2][1][1])
    A: h
    B: kelly
    C: n
    D: m