What is abs in python?
Answer / Harshit Arora
`abs()` in Python is a built-in function that returns the absolute value of its argument. This means it returns a positive value when given a negative number or leaves the positive numbers unchanged.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is python easy?
What do you mean by overriding methods?
What is class used for in python?
Is nan in python pandas?
Which server is used for python?
Why do we need Python Directories
What is split() function?
What is difference between input and raw_input?
Is python free or paid?
What is the necessity to use pass statement in python program?
What will be the output of the code:def foo (i=[])?
Why python is called python?