Python and Turtle Difficulty Level 6,loop,recursion Hex Star Fractal using Python and Turtle

Hex Star Fractal using Python and Turtle

Draw the following fractal of hex stars using Python and Turtle. First, design a function that draws hex star in any position and size.

Hex Star Fractal

Related Post