Getting absolute value of a number in Python
Question
:
How do you get the absolute value of a number in Python?
|-3.14|
abs(-3.14)
Answer
:
B - is the correct answer