单项选择题
表达式(2,)*2的值为()
A.(2,2,2) B.(2,2) C.报错 D.10,20,10,20
单项选择题 已知列表x=[],那么执行语句x.pop(),x的值为()
单项选择题 [1,2,3]+"hello"的结果是()
单项选择题 Python运算符中用来幂的是()