1. 首页
  2. 数据库
  3. 其它
  4. Python画“一箭穿心”简单易懂。

Python画“一箭穿心”简单易懂。

上传者: 2020-12-23 06:14:43上传 PDF文件 52.89KB 热度 24次
Pythonのturtle 代码块 import turtle as t t.color('red','pink') t.begin_fill() t.width(5) t.left(135) t.fd(100) t.right(180) t.circle(50,-180) t.left(90) t.circle(50,-180) t.right(180) t.fd(100) t.pu() t.goto(50,-30) t.pd() t.right(90) t.fd(100) t.right(180) t.circle(50,-180) t.left(90) t.circle(50,-180)
下载地址
用户评论