(单选题, )下面代码的输出结果是( ) Li = ["hello",'se',[["m","n"],["h","kelly"],'all'],123,446] Print(li[2][1][1])
A.h
B.kelly
C.n
D.m
正确答案是B