codea05N001 Step 2 - Issues with content

The question is asking to input a number. but the hint says to use a random.randint

Task 5 Print statements need brackets

Task 6, Function cannot start on line 1. Results in SyntaxError: bad input on line 1
image

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)
image