I'm currently trying to teach my friend a bit about Python. He likes iterating over wordLists and using various String methods in order to answer interesting questions like, "Which word has the most consecutive vowels? Which word has the most subWords inside of it? What is the longest Palindrome, etc."
I was hoping that there was a repository of questions such as these or, if not, this community could offer similar such questions that are on an Intermediate-Advanced level.