kyu_8.surface_area_and_volume_of_box package

Submodules

kyu_8.surface_area_and_volume_of_box.get_size module

kyu_8.surface_area_and_volume_of_box.get_size.get_size(w, h, d) → list[source]

Write a function that returns the total surface area and volume of a box as an array: [area, volume] :param w: :param h: :param d: :return:

kyu_8.surface_area_and_volume_of_box.test_get_size module

class kyu_8.surface_area_and_volume_of_box.test_get_size.GetSizeTestCase(methodName='runTest')[source]

Bases: unittest.case.TestCase

Testing get_size function

test_get_size()[source]

Testing get_size function with various inputs :return:

Module contents