用python画一个爱心

python 复制代码
import turtle
turtle.setup(600, 400)
turtle.pensize(2)
turtle.penup()
turtle.goto(0, 90)
turtle.setheading(0)
turtle.left(135)
turtle.begin_fill();
turtle.color("pink", "pink")
turtle.pendown()
turtle.circle(63.65, 180)
turtle.goto(0, -90)
turtle.goto(90, 0)
turtle.setheading(45)
turtle.circle(63.65, 180)
turtle.end_fill()
turtle.hideturtle()
turtle.exitonclick()
相关推荐
qqqweiweiqq5 分钟前
Jetson Orin nx 无法train pi0
人工智能·python·深度学习
AAA大运重卡何师傅(专跑国道)8 分钟前
scrapling框架源码5/19
python
xingyuzhisuan11 分钟前
Jupyter Notebook 云GPU配置全解析(含实操+选型指南)
ide·python·jupyter·gpu算力
ITIRONMAN19 分钟前
开源data-compare:轻量级数据对比工具
人工智能·python
云姜.30 分钟前
如何快速使用Langchain上手编程
python·langchain
念恒1230640 分钟前
Python(for循环进阶)
开发语言·python
AI玫瑰助手1 小时前
Python运算符:算术运算符(加减乘除取模幂)详解
开发语言·python
情绪总是阴雨天~1 小时前
深度解析:LangChain、Agent、RAG、FC、ReAct、LangGraph、A2A、MCP — 区别、联系与全景图
python·langchain·agent·rag·langgraph·mcp·a2a
小李不困还能学1 小时前
PyCharm2025.2下载安装配置保姆级教程
python·pycharm
A000—ic测试座(陈佳鑫)2 小时前
芯片高温加速寿命测试:除了初始测试还有哪些关键条件?
网络·人工智能·python