hits counter Circular design || Using python || Python programming || Gnanagani

Circular design || Using python || Python programming || Gnanagani

Gnanagani
By -
0

 Draw a circular design by using python. It a different design of Python project. It is short project.

Hi Everyone,

Welcome to our blog to learn coding and get python codes.

To write python code you install pycharm (its my refer) app in your laptop or computer.

this is project image☝


This is☝ our first python project. Amazing beautyfull design  by python laungauge.

This project source code here 👇



import turtle
turtle.bgcolor("black")
turtle.pensize(2)
turtle.speed(0)

for i in range(6):
for colours in ["red", "magenta", "blue","grey","yellow","white","orange"]:
turtle.color(colours)
turtle.circle(100)
turtle.left(10)
turtle.done
turtle.hideturtle()

Tags:

Post a Comment

0Comments

Post a Comment (0)

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn more
Ok, Go it!