codea04N001 - step 2, Issues with content (including unable to images)

Unable to view the drawing in the lecture video on Task 11

unable to view the image for task 14

unable to view the image for task 21

Task 12. shouldnt it be random.randint(1,30) as we have to generate 29 as well

Task 22 has no instruction.

The question for Task 12 is correct.

random.randint() range for the stop value do not need to +1 as it will be include.

You can try using it will a small range like random.randint(0,1)

Task 3, Task 4, Task 7, Task 8, Task 18, Task 19, Task 20, Task 21 - The hint has print x and print y without the brackets. This results in a SyntaxError
image

Task 6. print(range(0,10)) and print(range(10)) does not print the range for this version of python. The output is just range(0, 10).
image

Task 13, range stated in the hint should be (1000,1030) instead of (1000,1031)

ohh noted @carol. Thankx

Task 15, in the hint, n= random.randint(50,200) should be inside the loop.
image

The same line is also in Task 16, when generating a random number is not required for the question.
image