In this challenge, we will create a randomised Christmas card using Python Turtle. Our card will include 20 snowflakes of random sizes, colours and number of branches, randomly positioned on the canvas.
We will also add some Christmas Greetings to our card.
The aim of this challenge is to learn how to define your own functions in Python and to add your own parameters to your functions.
Before completing this challenge, you should first learn how to draw a snowflake using Python Turtle by completing our snowflake challenge.
You will then be able to re-use your code to complete this “Let It Snow” challenge, following the steps from this video tutorial.
Video Tutorial
Python Code
You can now complete the code below as explained in the above video tutorial…
Solution...
The solution for this challenge is available to full members!Find out how to become a member:
➤ Members' Area