Community Data Science Course (Spring 2015)/Day 3 Coding Challenges
From CommunityData
Ideas for exercises
- Find and print the words that start with "ee".
- Find and print the words that end in "mt". How about "gry"?
- Find and print the longest word that has no vowels.
- Find an print the words that contain 4 or more 'l's.
- Find and print the words that have all 5 vowels in alphabetical order.
- Look for other interesting properties of English words in pages like this quiz asking to find English words with unusual properties. How many can you solve with Python?