Task 7, when calling the function , print should be included as well
the return function should be at the end, after the if statement. If the hint is like this, it might be confusing to first-time learners.
Task 13, the questions asks to print range(b,a)
or print range(a,b)
but this is not done in the hint. But both codes do not result in the range being printed.
The output: