码迷,mamicode.com
首页 > 其他好文 > 详细

绘制五星红旗

时间:2017-09-11 19:44:11      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:imp   tle   col   forward   div   code   rtl   pen   logs   

import turtle
turtle.pensize(2)
turtle.setup(600,400,0,0)
turtle.color("yellow")
turtle.bgcolor(red)
turtle.fillcolor("yellow")
turtle.up()
turtle.goto(-250,100)
turtle.down()
turtle.begin_fill()
for i in range(6):
   
   turtle.forward(100)
   turtle.right(144)
 
turtle.end_fill()
turtle.up()
turtle.goto(-120,160)
turtle.down()
turtle.begin_fill()
turtle.right(90)
for i in range(6):
   
   turtle.forward(20)
   turtle.right(144)
 
turtle.end_fill()

turtle.up()
turtle.goto(-100,140)
turtle.down()
turtle.begin_fill()
turtle.right(90)
for i in range(6):
   
   turtle.forward(20)
   turtle.right(144)
 
turtle.end_fill()

turtle.up()
turtle.goto(-100,100)
turtle.down()
turtle.begin_fill()
turtle.right(180)
for i in range(6):
   
   turtle.forward(20)
   turtle.right(144)

turtle.end_fill()

turtle.up()
turtle.goto(-120,40)
turtle.down()
turtle.begin_fill()
turtle.right(90)
for i in range(6):
   
   turtle.forward(20)
   turtle.right(144)
 
turtle.end_fill()
turtle.hideturtle()

 

绘制五星红旗

标签:imp   tle   col   forward   div   code   rtl   pen   logs   

原文地址:http://www.cnblogs.com/wlh353/p/7506164.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!