码迷,mamicode.com
首页 > 编程语言 > 详细

用Python画一个八角形代码示例

时间:2021-05-24 12:48:24      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:tle   bsp   代码   示例   speed   imp   nbsp   代码示例   yellow   

import turtle
turtle.color("purple","yellow")
 
turtle.speed(1)
turtle.fd(100)
turtle.right(60)
turtle.fd(100)
turtle.right(60)
turtle.fd(100)
turtle.right(60)
 
turtle.fd(100)
turtle.right(60)
 
turtle.fd(100)
turtle.right(60)
 
turtle.fd(100)
turtle.right(60)

用Python画一个八角形代码示例

标签:tle   bsp   代码   示例   speed   imp   nbsp   代码示例   yellow   

原文地址:https://www.cnblogs.com/ni-huang-feng-wu/p/14773958.html

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