kyu_7.sum_of_two_lowest_int package

Submodules

kyu_7.sum_of_two_lowest_int.sum_two_smallest_int module

kyu_7.sum_of_two_lowest_int.sum_two_smallest_int.sum_two_smallest_numbers(numbers) → int[source]

Returns the sum of the two lowest positive numbers given an array of minimum 4 positive integers. :param numbers: :return:

kyu_7.sum_of_two_lowest_int.test_sum_two_smallest_numbers module

class kyu_7.sum_of_two_lowest_int.test_sum_two_smallest_numbers.SumTwoSmallestNumbersTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

test_sum_two_smallest_numbers()[source]

Test sum_two_smallest_numbers function The function should return the sum of the two lowest positive numbers :return:

Module contents