about | help | code help+videos | done | prefs |
Write a recursive function countUpper to count the number of uppercase letters in a string. (Hint: s.upper() returns the all caps or uppercase version of a string.) You may assume the string consists entirely of alphabetic characters (i.e. no spaces or punctuation). countUpper('AabCX') → 3 countUpper('thisisastring') → 0 countUpper('ALLCAPS') → 7 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy