第16267题 单选
以下Python代码运行后输出的结果是?
import math
a = math.floor(10.2)
print(a)
A

10.20

B

10.0

C

11

D

10

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