Home > Problem, Projects/Experiments, Python > Python project: Drawing with Python – Flower

Python project: Drawing with Python – Flower

Python: Draw Flower

Drawing with Python

In this post i tried to draw another flower using arcs of circles, i get a simple one and i guess with more sizes we can do more complex shape.

You can play with the code and change the numbers, size and rotation degree and let’s see what we will have.

t = turtle.Turtle()
t.hideturtle()
t.pendown()
for x in range (30):

t.circle(60,70)

if x %3==0:

t.circle (10,90)

Follow me on Twitter..

  1. No comments yet.
  1. No trackbacks yet.

Leave a Reply

Discover more from Ali's Photography Space...

Subscribe now to keep reading and get access to the full archive.

Continue reading