Christmas Turtle
Christmas Turtle
When programming on Python you can import libraries.
Libraries are fun because they stop you from having to do the complicated coding. You can create a library that does it all for you. In this case we're going to look at the library called 'Turtle' today. You've learnt some skills which get you to create loops.
Before we use some of these skills, lets have some fun with the turtle.
Requirements: -
Use iteration
Change the colour to green
Create a Christmas Tree
See if you can use the code to develop this. We're going to explore how much more complicated we can make this in the coming days.