天天看點

python turtle五星紅旗

今天是瘋狂寫博的一天,望三連!!!

import turtle
import random
turtle.setup(width=0.6,height=0.6)
qw=(0.314,0.1428,0.11235)
turtle.pencolor('red')
we=(0.19,0.68,0)
turtle.fillcolor('red')
turtle.speed(10)
turtle.begin_fill()
for i in range(2):
    a=random.randint(1,360)
    b=random.randint(1,360)
    turtle.forward(300)
    turtle.right(90)
    turtle.forward(200)
    turtle.right(90)
turtle.end_fill()
turtle.penup()
turtle.goto(25,-37.5)
turtle.pendown()

turtle.pencolor('yellow')
we=(0.19,0.68,0)
turtle.fillcolor('yellow')
turtle.begin_fill()
for i in range(5):
    a=random.randint(1,360)
    b=random.randint(1,360)
    turtle.forward(50)
    turtle.right(144)
turtle.end_fill()
    
turtle.penup()
turtle.goto(100,-17.5)
turtle.pendown()
turtle.right(24)
turtle.begin_fill()
for i in range(5):
    a=random.randint(1,360)
    b=random.randint(1,360)
    turtle.forward(12.5)
    turtle.right(144)
turtle.end_fill()
turtle.penup()
turtle.goto(120,-35)
turtle.pendown()
turtle.right(24)
turtle.begin_fill()
for i in range(5):
    a=random.randint(1,360)
    b=random.randint(1,360)
    turtle.forward(12.5)
    turtle.right(144)
turtle.end_fill()
turtle.penup()
turtle.goto(125,-57.5) 
turtle.pendown()
turtle.right(24)
turtle.begin_fill()
for i in range(5):
    a=random.randint(1,360)
    b=random.randint(1,360)
    turtle.forward(12.5)
    turtle.right(144)
turtle.end_fill()
turtle.penup()
turtle.goto(110.0,-80)
turtle.pendown()
turtle.right(24)
turtle.begin_fill()
for i in range(5):
    a=random.randint(1,360)
    b=random.randint(1,360)
    turtle.forward(12.5)
    turtle.right(144)
turtle.end_fill()