def uses_all(word, required):
return uses_only(required, word)
This is an example of a program development plan called reduction to a previously
solved problem, which means that you recognize the problem you are working on as an
instance of a solved problem and apply an existing solution.