填空题:使用trte库画太阳花
使用turte库的turtle. fd()函数和turtle.left()函数绘制一个边长为200的太阳花,效果如下图所示。

#注意:请不要修改其他已给出代码
import turtle
turtle.color(,)
turtle.
for i in range(36):
turtle.fd()
turtle.left()
turtle.end_fill()
答案:
第1空:"red" || 'red' ||
第2空:"yellow" || 'yellow' ||
第3空:begin_fill() ||
第4空:200 ||
第5空:170 ||

#注意:请不要修改其他已给出代码
import turtle
turtle.color(,)
turtle.
for i in range(36):
turtle.fd()
turtle.left()
turtle.end_fill()
答案:
第1空:"red" || 'red' ||
第2空:"yellow" || 'yellow' ||
第3空:begin_fill() ||
第4空:200 ||
第5空:170 ||