Name the built-in mathematical function / method that is used to return an absolute value of a number.
Answers
Answered by
4
Answer:
The built-in abs() function returns the absolute value. The math
Answered by
1
Answer:
The function is abs() .
Explanation:
The built-in mathematical function is that function which is predefined by python and is ready-to-use.
The function abs() return thes absolute value of the number supplied.
Learn More on Brainly.in:
Given the lists L=[1,3,6,82,5,7,11,92] , write the output of print(L[2:5])
brainly.in/question/25870565
Suppose a tuple T is declared as T = (10, 12, 43, 39) , which of the following is incorrect? a) rint * (T[1]) b) T[2] = - 29 c) print * (max * (T)) d) print (len * (T))
https://brainly.in/question/30819138
Similar questions