第11574题 单选
以下Python创建列表的方式中错误的是?
A
P=[20,'Hello','world',11,13]
B
P=[10,]
C
P={20,10,15,35}
D
P=list('hello')
提交0次 正确率0.00%
答案解析