Challenge 3: Draw a triangle, square, pentagon, hexagon, heptagon, octagon, nonagon, and decagon # Hint: 360 deg divided by how many lines def draw_stuff(lines): for ...
This Python project uses the turtle module to create unique, random art patterns with colorful lines and shapes. Each run generates a different design! Open a terminal in the project directory. Run: ...