Your code is failing the test that checks for solutions to the problems to be arranged. Currently, it won’t print the answers to the problems. The problem is on line 20
if problems == True:
and following. problems is not the variable from the function call that has the boolean to control whether to print the answers. However, fixing the conditional will only print the first answer as there is a return at the end of the conditional.