from examples.modules.report import total
assert_equal(total([2, 3]), 5)
print(total([2, 3]))
