You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import sphere # When you impot python code into python code, it'll automatically run the main method which is why you see the if __name__ == '__main__' bit of code
# PyUnit is an object-oriented framework
class sphereTest(unittest.TestCase):
def test_surfaceArea(self):
# Seeing if expected output when 4 is given as inputmatches actual output