Teaching Kids Programming – Remove Vowels from a String April 25, 2021 algorithms, python, string, teaching kids programming, youtube video No Comments Teaching Kids Programming: Videos on Data Structures and Algorithms Given a string s, remove the vowels ‘a’, ‘e’, ‘i’, ‘o’, and ‘u’ from it, and return the new string. … [Continue Reading...]