The Empty Tuple

I needed to refresh myself on how to use Turtle.

This is a really cool set of code for Python to draw on the screen.

Here is the Turtle code reference, see for yourself! https://docs.python.org/3/library/turtle.html

Next right away you will see we need to get a while loop going to have any high volume fun quickly.

Here is W3 Schools reference on Python while loops. https://www.w3schools.com/python/python_while_loops.asp

With that, you are now armed with the basic tools to draw a pattern!

This pattern was created with the following few lines of code. I did not terminate, so this ran over and over.

Leave a Reply

Your email address will not be published. Required fields are marked *