- Get link
- X
- Other Apps
Featured Post
- Get link
- X
- Other Apps
Source Code:
#Aboriginal Flag
import turtle
t=turtle
t.speed(1)
t.title("AboriginalFlag")
t.setup(800, 500)
t.bgcolor("black")
t.penup()
t.goto(-400, -250)
t.pendown()
t.color("red")
t.begin_fill()
for i in range (2):
t.forward(800)
t.left(90)
t.forward(250)
t.left(90)
t.end_fill()
t.penup()
t.goto(0, -125)
t.pendown()
t.color("yellow")
t.begin_fill()
t.circle(120)
t.end_fill()
t.hideturtle()
Aboriginal National Flag
creative ideas
creative thought
creativity
creativity ideas
flag
graphics
graphics in python
national flag
python
python graphics
- Get link
- X
- Other Apps
Comments
Post a Comment
If you any Query and get more information please comment it. Thanks for visit our blog.