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

绘制五角星

时间:2020-03-11 11:06:53      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:color   pen   close   splay   show   rtl   red   for   one   

技术图片
 1 import turtle
 2 
 3 turtle.color(black,red)
 4 turtle.pensize(10)
 5 turtle.begin_fill()
 6 for i in range(5):
 7     turtle.fd(200)
 8     turtle.rt(144)
 9     
10 turtle.end_fill()
drawSuperstar

 

绘制五角星

标签:color   pen   close   splay   show   rtl   red   for   one   

原文地址:https://www.cnblogs.com/xugama/p/12460689.html

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