Python表达式 math.ceil(7.2)+math.floor(-3.2) 的值是________。
A: 3
B: 4
C: 5
D: 6
A: 3
B: 4
C: 5
D: 6
举一反三
- 下面那个语句可返回x的整数部分 A: import math math.ceil(x) B: from math import ceil ceil(x) C: import math math.trunc(x) D: import math math.fabs(x)
- 执行import math后,math.floor(3.9)的值是( )。 A: 4 B: 3 C: 错误信息 D: 3.5
- A={'Good Math',[4 5 6 7];NaN,eps};A{1,1}(3)=( )。 A: Goo B: d Math C: o D: Good Math
- Math对象有3个取整函数分别是 floor、round、ceil。
- A={'Good Math',[4 5 6 7];NaN,eps};A{1,1}(4)=( )。 A: A.d B: B.Good C: Good Math D: d Math