第12485题 单选题
以下Python代码的输出结果是?
a = int(6.8)
b = float(7)
a = a + b
print(a, b)
A

14 7.0

B

14.0 7.0

C

13.0 7.0

D

13.0 7

程序运行统计
暂无判题统计