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)
Categories: Problem, Projects/Experiments, Python
ahradwani.com, Code, Computer, Doha-Qatar, Draw, Flower, Flowers, Language, Python
Comments (0)
Trackbacks (0)
Leave a comment
Trackback