单项选择题
已知列表x=[],那么执行语句x.pop(),x的值为()
A.[] B.[0] C.报错 D.1[]
单项选择题 [1,2,3]+"hello"的结果是()
单项选择题 Python运算符中用来幂的是()
单项选择题 代码[1,2,3,4].nameabc会产生()异常