使用Python的turtle库
1. 打开文本编辑器,如Notepad或Visual Studio Code。
2. 粘贴以下代码:
```python
from turtle import *
def draw_heart():
penup()
goto(0, -100)
pendown()
color('red')
begin_fill()
setheading(150)
circle(200, 90)
left(90)
circle(200, 90)
end_fill()
hideturtle()
draw_heart()
done()
```
3. 保存文件为`.py`扩展名,例如`draw_heart.py`。
4. 双击文件或在命令行中运行`python draw_heart.py`。
使用C语言
1. 创建一个新的文本文件,并将其保存为`.html`扩展名,例如`love.html`。
2. 将以下代码粘贴到文本文件中:
```html