第12923题 单选
Python math库中下列哪个函数可以实现向下取整?
A

math.ceil()

B

math.sqrt()

C

math.round()

D

math.floor()