1.4 Challenge 1: Make an empty square

Topic

1.4 Challenge 1: Make an empty square

Topic Progress:

For this challenge, you must get your turtle to draw a square that is in the middle of your turtle screen. To do this, you will need to move your turtle to (50,50), and draw a square from there with sides of length 100. Remember to use penup() when moving to (50,50), and don’t forget to put the pen down again!

Extra for experts: Try experimenting with making different sides different colours! Can you make a rainbow square?

@

Not recently active