已知“a=list((1,2))+list((2,3))”,则a的值是()。

已知“a=list((1,2)) list((2,3))”,则a的值是()。

A.[1,2,3]

B.[1,2,2,3]

C.(1,2,3)

D.(1,2,2,3)

正确答案:[1,2,2,3]

猜你喜欢