Question: #Python Write a function sum_of_squares(xs) that computes the sum of the squares of the numbers in the list xs. For example, sum_of_squares([2, 3, 4]) should
#Python
Write a function sum_of_squares(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
