In this tutorial we learn to code some advanced graphic operations using Python.
We learn to change screen bgcolor, change turtle color, have turtle goto coordinates, change turtle speed, turtle width, begin_fill() and end_fill(), draw circles, draw a partial circle, and have the turtle write text.
Python turtle graphics can be a little intimidating at first, but are very straightforward. Feel free to ask questions in the comment section!