mylittleci.lib.simplemath

Sum N integers together.

Module Contents

exception mylittleci.lib.simplemath.SimpleMathException

Bases: Exception

mylittleci.lib.simplemath.calculate_sum(integers: List[int]) → int

Return sum of given integers.