1. Write a program in Python to draw a blue triangle in a drawing window.
2.	Write a program in Python that moves the triangle in an animated movement.
3.	Write a program in Python to draw a simplified face.
4.	Write a program in Python that moves the simplified face in an animated movement.
5.	Optional work - Explain the logic that you would use to dray./ the drawing in page 80 of https://mcsp.wartburg.edu/zelle/python/siqcse-slides.pdf
6.	Optional work- Find an Adobe Illustrator file containing the points of your favorite cartoon character and write a program in Python to read the file and draw it.
References:
https://anh.cs.luc.edu/python/hands-on/3.1/handsonHtml/graphics.html
https://mcsp.wartburg.edu/zelle/python/graphics/graphics/
https://mcsp.wartburq.edu/zelle/python/siqcse-slides.pdf (pages 66 to 85)