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

学习图形化程序设计

时间:2019-12-22 20:31:00      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:write   90度   颜色   导入   箭头   程序   rtl   end   字符串   

imrort turtle #导入turtle模块
turtle.showturtle() #显示箭头
turtle.write("Frank") #写字符串
turtle.forward(300) #前进300像素
turtle.color("red") #画笔颜色给为红色
turtle.left(90) #箭头左转90度
turtle.forward(300)
turtle.goto(0,50) #去坐标(0,50)
turtle.goto(0,0)
turtle.penup() #抬笔
turtle.goto(0,300)
turtle.pendown() #下笔
turtle.circle(100) #画半径为100的圆

学习图形化程序设计

标签:write   90度   颜色   导入   箭头   程序   rtl   end   字符串   

原文地址:https://www.cnblogs.com/fenglius/p/12080685.html

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