单选题

下列输出结果为"1+2+3=6"的是?

A

print(1+2+3=6)

B

print(1+2+3,'=6')

C

print(1,2,3,sep='+','=6')

D

print(1,2,3,sep='+',end='=6')

赣ICP备20007335号-2