Python_Institute
PCAP-31-03 · Question #41
Assuming that the math module has been successfully imported, which of the following expressions evaluate to True? (Select two answers)
The correct answer is A. math. hypot (3,4) == math.sqrt (25) B. math. hypot (2,5) == math.truec (2.5). See the full explanation below for the reasoning.
Question
Assuming that the math module has been successfully imported, which of the following expressions evaluate to True? (Select two answers)
Options
- Amath. hypot (3,4) == math.sqrt (25)
- Bmath. hypot (2,5) == math.truec (2.5)
- Cmath. hypot (2,5) == math.true (2.5)
- Dmath. cell (2,5) == math.floor (2.5)
How the community answered
(49 responses)- A82% (40)
- C12% (6)
- D6% (3)
Community Discussion
No community discussion yet for this question.