(use Python) Use the Design Recipe to define a functionsum_squares that consumes twointparametersstartandfinish. Use awhile loop to sum the squares of all integers fromstarttofinish(inclusive) and returns this sum.
Write 3assert_equal statements to test your function.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here