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

 

total


The parameter is a list of strings. Complete the function so that it returns the sum of all the characters in all the strings.


total(['Kaitlyn', 'Erin', 'Jiya', 'Ethan']) → 20
total(['Jenica', 'Anika']) → 11
total(['Josh', 'Alex', 'Owen B', 'Curtis', 'Anson', 'Mitchell']) → 33

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

def total( lee ):

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: 250

Copyright Nick Parlante 2017 - privacy