Python abs() Function
Definition and Usage
The abs()
function returns the absolute
value of the specified number.
Syntax
abs(n)
Parameter Values
Parameter | Description |
---|---|
n | Required. A number |
The abs()
function returns the absolute
value of the specified number.
abs(n)
Parameter | Description |
---|---|
n | Required. A number |
If you want to report an error, or if you want to make a suggestion, do not hesitate to send us an e-mail:
support@w3schools.com
Your message has been sent to W3Schools.