单选题

以下代码输出结果是?( )

ls = [888,'note',[2021,'Python',123],20]
print(ls[2][1])


A

note

B

Python

C

2021

D

结果错误

赣ICP备20007335号-2