怎么用Python画出一朵花朵
1、打开Python编辑器

3、接着输入如下代码:pensize(2)color('red','pink')pendown()for i in range(5): begin_fill() circle(90,80) left(100) circle(90,80) end_fill() left(28)

1、打开Python编辑器
3、接着输入如下代码:pensize(2)color('red','pink')pendown()for i in range(5): begin_fill() circle(90,80) left(100) circle(90,80) end_fill() left(28)