Difficulty level (1-10): [3]
Estimated time spent (hours): [2]
Completed (yes/no): [Yes]
I stretched my coding skills (if yes what did you learn?): [Learned some useful new tools from the standard library, such as:
itertools.product()
difflib.SequenceMatcher
ElementTree
These proved to be very useful tools that I was unaware existed before doing this exercise.]
Other feedback (what can we improve?): [I thought this was a good exercise. It made me aware of some useful tools that I can use in the future.]
Difficulty level (1-10): [3] Estimated time spent (hours): [2] Completed (yes/no): [Yes] I stretched my coding skills (if yes what did you learn?): [Learned some useful new tools from the standard library, such as: