about | help | code help+videos | done | prefs |
eees
lex is a list of strings. Complete the function so that it returns the number of elements that contain at least one e or E. eees(['Each', 'seven', 'book']) → 2 eees(['no', 'EELS', 'for', 'me', 'dear']) → 3 eees(['EEEEeee']) → 1 ...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: 250 Post-solution available
Copyright Nick Parlante 2017 - privacy