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)

时间:2024-10-14 03:50:15
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)