Python3.x语句print(1,2,3,sep=':')的输出结果为:()

Python3.x语句print(1,2,3,sep=':')的输出结果为:()

A.1,2,3

B.123

C.1:2:3

D.1换行2换行3

正确答案:A

猜你喜欢