第19142题
运行以下Python代码,print函数的输出结果是什么?

运行下列代码,输出区会打印出?

a = int(3.2)
print(a)
A

3

B

程序运行错误,没有输出。

C

3.3

D

True

提交0次 正确率0.00%
答案解析