Vidyalelo
Python · Q127

Module in Python

Programming · Python · question 127

Q127

What is displayed on executing print(math.fabs(-3.4))?

A.
-3.4
B.
3.4
Answer
C.
3
D.
-3

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board