文章插图
简单画出一朵带有花瓣的花# -*- coding:utf-8 -*-import turtle# create window and turtlewindow = turtle.Screen()babbage = turtle.Turtle()# draw stem and centre# draw stembabbage.color('green', 'black')babbage.left(90)babbage.forward(100)babbage.right(90)# draw centrebabbage.color('black', 'black')babbage.begin_fill()babbage.circle(10)babbage.end_fill()# draw all petalsfor i in range(1, 24): if babbage.color() == ('red', 'black'): babbage.color('orange', 'black') elif babbage.color() == ('orange', 'black'): babbage.color('yellow', 'black') else: babbage.color('red', 'black') babbage.left(15) babbage.forward(50) babbage.left(157) babbage.forward(50)# hide the turtlebabbage.hideturtle()# tidy up windowwindow.exitonclick()
【Python教程:使用Turtles画出带有花瓣的花】
推荐阅读
- 详解Docker架构原理、功能及使用
- 睡眠面膜的用法,正确使用效果好
- 如何保养和使用老铁壶方法及注意事项
- 同样都是铁锅,为什么饭店厨师使用的铁锅,就不会粘锅?
- 抖音小店如何软件刷销量 抖音小店打单使用教程
- 各种茶具的使用方法
- 每天使用的手机,作为生活必需品,你对它了解多少
- 老铁壶使用说明书
- 日本银壶的使用与保养
- widgetsmith是什么 Widgetsmith怎么设置小组件使用教程