Computing in Python II: Control Structures - Error Handling
Coding Problem 3.5.1
This program is supposed to print the location of the 'o' in each word in the list. However, line 18 causes an error if 'o' is not in the word. Add try/except blocks to print "Not found" when the word does not have an 'o'. Howeve...
hannalecocq.hashnode.dev3 min read