蝴蝶结代码编程python
时间: 2023-11-09 08:58:02 浏览: 138
用Python编中国结源代码
蝴蝶结代码编程python如下所示:
```python
def basebowknot(x, y):
penup()
goto(x, y)
seth(80)
pendown()
pensize(2)
circle(5)
seth(10)
fd(15)
seth(120)
fd(20)
seth(240)
fd(20)
seth(180)
fd(20)
seth(-60)
fd(20)
seth(50)
fd(20)
seth(-40)
fd(30)
seth(-130)
fd(5)
seth(135)
fd(30)
seth(-60)
fd(30)
seth(-150)
fd(6)
seth(110)
fd(30)
```
阅读全文