Python Workshops for Beginners/Saturday September 27th homework: Difference between revisions

Content added Content deleted
imported>Ynasser
imported>Ynasser
Line 62: Line 62:
'''Exercise 3'''
'''Exercise 3'''


This exercise requires knowledge of regular expressions. If you need solutions to the wordplay exercises to see example of regular expressions in action, [https://github.com/jesstess/Wordplay they can be found here].
This exercise requires knowledge of regular expressions. If you need solutions to the Wordplay exercises to see examples of regular expressions in action, [https://github.com/jesstess/Wordplay they can be found here].


Write a program to find all words in the scrabble dictionary which contain a q which isn't followed by a u.
Write a program to find all words in the scrabble dictionary which contain a q which isn't followed by a u.