Question: using python write a function sumofsquares(xs) that computes the sum of the squares of the numbers in the list xs. For example, sum_of_squares([2, 3, 4])
using python write a function sumofsquares(xs) that computes the sum of the squares of the numbers in the list xs. For example, sum_of_squares([2, 3, 4]) should return 4+9+16 which is 29.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
