Exam4Training

Assuming that the math module has been successfully imported, which of the following expressions evaluate to True? (Select two answers)

Assuming that the math module has been successfully imported, which of the following expressions evaluate to True? (Select two answers)
A . math. hypot (3,4) == math.sqrt (25)
B . math. hypot (2,5) == math.truec (2.5)
C . math. hypot (2,5) == math.true (2.5)
D . math. cell (2,5) == math.floor (2.5)

Answer: A,B

Exit mobile version