Python Koch Snowflake

Created while investigating fractals in my Extension 2 Mathematics course, the python program draws a koch snowflake with a variable amount of iterations. Python’s turtle library was used for the graphics, and my stupidly unoptimised code means iterations higher than eight are really slow.

Github link