python如何画奥运五环
【摘要】绘制奥运五环主要涉及到Python中的turtle绘图库运用:相关推荐:《Python教程》程序源代码为:importturtle turtle width(10) turtle color
绘制奥运五环主要涉及到Python中的turtle绘图库运用:
相关推荐:《Python教程》
程序源代码为:
import turtle
turtle.width(10)
turtle.color('black')
turtle.circle(50)
turtle.penup()
turtle.goto(120,0)
turtle.pendown()
turtle.color('red')
turtle.circle(50)
turtle.penup()
turtle.goto(240,0)
turtle.pendown()
turtle.color('blue')
turtle.circle(50)
turtle.penup()
turtle.goto(60,-50)
turtle.pendown()
turtle.color('yellow')
turtle.circle(50)
turtle.penup()
turtle.goto(180,-50)
turtle.pendown()
turtle.color('pink')
turtle.circle(50)
#Python绘制奥运五环
运行后,结果为:
上一篇:python入门基础教程
下一篇:python distribute是什么
就业培训申请领取
环球青藤
官方QQ群扫描上方二维码或点击一键加群,免费领取大礼包,加群暗号:青藤。 一键加群
最新文章
Python编程各地入口
环球青藤官方微信服务平台
刷题看课 APP下载
免费直播 一键购课
代报名等人工服务
Python编程热点排行