题目:下面那个选项是使用向上取整、向下取整()
A.int(5.6)、round(5.66)
B.math.ceil(4.85)、int(6.55)
C.int(5.55)、math.ceil(2.33)
D.math.ceil(4.55)、round(5.55)
题目:下面那个选项是使用向上取整、向下取整()
A.int(5.6)、round(5.66)
B.math.ceil(4.85)、int(6.55)
C.int(5.55)、math.ceil(2.33)
D.math.ceil(4.55)、round(5.55)