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

 

mattbobambrose@gmail.com > alphacount
prev  |  next  |  chance

if given a string, determine the amount of characters that are part of the alphabet


alphacount('Helloworld') → 10
alphacount('hello __-world') → 10
alphacount('what are you doing with your life?') → 27

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

def alphacount(str):

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

Copyright Nick Parlante 2017 - privacy