Hello,
I’ve just started working on this project and, having no previous background in Python, I’m finding it really difficult.
I see that the project comes with a return arranged_problems
statement at the end of the function. The solution I was working out actually prints the result rather than assigning it to a variable.
Am I wasting my time and will the tests come back “wrong” this way or is the arranged_problems
variable only a suggestion?