现有表达式:seq='a',2,(3),则print(seq)会输出()。


现有表达式:seq='a',2,(3),则print(seq)会输出()。

A.('a',2,(3,))

B.('a',2,3)

C.a'

D.报错

正确答案:B