Today is going to be a little more fun! Although, you are going to need to see if you can build your own animation using some of these skills in python.
On your left is an example of an animation that prints 3 different pictures on the screen using pixels. It's an animated snowflake.
It's not the most efficient way of coding this and you may try iteration. To make your works.
The picture on the left shows that you can import something called a library. The two libraries that we will use are time and os.
os allows us to use os.system('cls') which clears the screen during each picture.
time.sleep() - Allows us to wait 1.2.3.4..... etc seconds. You can pick this.
Your challenge is to make your own Christmas Animation using different pixels / art work.
There will be an extra 10 bonus points - For the person who manages to use some form of iteration with this (For loop or while loop....)