All problems
EasyPython Basics
Absolute value
Print the absolute value of -42 and 3.7.
- #builtins
- #abs
Sample input
-42 and 3.7
Sample output
42 3.7
absolute-value.py
Output
Press "Run code" to execute.
Loading…
Print the absolute value of -42 and 3.7.
-42 and 3.7
42 3.7
Press "Run code" to execute.