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 |
Your message has been sent to W3Schools.