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()
Super
ReplyDelete