The question is asking to input a number. but the hint says to use a random.randint
Task 6, Function cannot start on line 1. Results in SyntaxError: bad input on line 1
Task 8, the questions asks to print range(b,a)
or print range(a,b)
but the code does not print the range. The output is range(20, 30)