id/email
password
forgot password | create account
about | help | code help+videos | done | prefs
CodingBat code practice

 

addThemUp


Complete the function so that it returns the sum of all the numbers in the list.


addThemUp([-5, 10, 83]) → 88
addThemUp([5, 5, 0, 3, 1]) → 14
addThemUp([-3, -12]) → -15

...Save, Compile, Run (ctrl-enter)

def addThemUp( nums ):

Editor font size %:
Shorter output


Forget It! -- delete my code for this problem

Progress graphs:
 Your progress graph for this problem
 Random user progress graph for this problem
 Random Epic Progress Graph

Python Help

Difficulty: 200

Copyright Nick Parlante 2017 - privacy