摘要: Python Turtle 画图代码样例 python 四叶草-1 import turtle as t from math import * t.penup() t.goto(0,20) t.pendown() t.setheading(-45) t.pensize(10) t.color('li 阅读全文
posted @ 2024-11-01 11:40 ppppppro 阅读(278) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示