- Get link
- Other Apps
Featured Post
- Get link
- Other Apps
Source Code:
#Olympic Rings
import turtle
t=turtle
t.title("Olympic Rings")
t.speed(1)
t.setup(800, 500)
t.pensize(5)
#Black Ring
t.pencolor("black")
t.circle(80)
#Blue Ring
t.penup()
t.goto(-200, 0)
t.pendown()
t.pencolor("blue")
t.circle(80)
#Red Ring
t.penup()
t.goto(200, 0)
t.pendown()
t.pencolor("red")
t.circle(80)
# Yellow Ring
t.penup()
t.goto(-100, -100)
t.pendown()
t.pencolor("yellow")
t.circle(80)
#Green Ring
t.penup()
t.goto(100, -100)
t.pendown()
t.pencolor("green")
t.circle(80)
t.hideturtle()
t.exitonclick()
bk tutorial
creative ideas
creative thought
creativity
graphics
graphics in python
Olympic flag
Olympic symbol
python
turtle graphics
- Get link
- Other Apps
Comments
Post a Comment
If you any Query and get more information please comment it. Thanks for visit our blog.