Exit PCAP-31-03 PCAP - Certified Associate in Python Programming
Question 3 of 5
0% complete
Q3 Multiple choice

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

Select all that apply.

  • A

    math.hypot(3, 4) == math.sqrt(25)

  • B

    math.hypot(2, 5) == math.trunc(2.5)

  • C

    math.hypot(2, 5) == math.trunc(2.5)

  • D

    math.ceil(2.5) == math.floor(2.5)