第27043题 单选题
下列关于Python标准库math模块的代码运行结果描述正确的是?

以下关于math模块函数调用及运行结果的说法中,正确的是:

A

执行import math; print(math.sqrt(-9)),输出结果为3.

B

执行import math; print(math.ceil(4.2)),输出结果为5

C

执行import math; print(math.floor(-3.7)),输出结果为-3

D

执行import math; print(math.fabs(-1)),输出结果为-1.

程序运行统计
暂无判题统计
提交0次 正确率0.00%
答案解析