Computer Science
fabs() returns the same number if it is a negative value.
Python Modules
1 Like
Answer
False
Reason — The fabs() function returns the absolute value of a number, which means it converts any negative number to its positive equivalent.
Answered By
3 Likes