[lang-ref] ( absolute_value ) ( python )

def test_absolute_value():
    # abs
    assert abs(-5)   == 5
    assert abs(-2.5) == 2.5