| about | help | code help+videos | done | prefs |
Given a list of numbers, compute the sum of the squares of the numbers. sum_squares([1, 2, 3, 4]) → 30 sum_squares([100, 200, 300, 400]) → 300000 sum_squares([]) → 0 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 170 Post-solution available
Copyright Nick Parlante 2017 - privacy