Introducing loops - For
Introducing loops - While
Set your Learning Objectives to red.
Save your PowerPoint as 'Programming 1'
Tick each task when you have successfully done it in the following list:
It should look like this:
It should look like this
Lets look at the learning outcomes and decide which one best describes our current level of understanding :
Tick the one you feel is closest to your level
tim.begin_fill() tim.forward(100) tim.left(120) tim.forward(100) tim.left(120) tim.forward(100) tim.end_fill()
to change the fill colour you will need to use the .fillcolor() command with the name of the colour inside the brackets.