第10964题 单选
已知Python变量a=14.8,以下操作能对a进行取整的是?
A

a/1

B

a%1

C

int(a)

D

float(a)

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