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

 

konstans@stuy.edu > equalAnyVowels
prev  |  next  |  chance

String equality where any vowels are equal to any other vowel. (Do this by breaking up the string one character at a time, recursively. I know there are better ways to do it)


equalAnyVowels('', '') → True
equalAnyVowels('f', 'd') → False
equalAnyVowels('a', 'e') → True

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

def equalAnyVowels(s,t):

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

Copyright Nick Parlante 2017 - privacy