CBSE Class 11 Computer Science Question 60 of 63

Introduction to Python Modules — Question 7

Back to all questions
7
Question

Question 7

fabs() returns the same number if it is a negative value.

Answer

False

Reason — The fabs() function returns the absolute value of a number, which means it converts any negative number to its positive equivalent.