第16797题 单选
已知Python列表l=['Hello', 'World', 'Good', 'morning', 'LUCK'],则l[1][2]的返回值为?
A

'HW'

B

'e'

C

'o'

D

'r'

提交0次 正确率0.00%
答案解析