2019年3月13日
摘要: 用python绘制小猪佩奇 1.打开idle 2.点击File-New Files 3.输入以下代码 1. from turtle import * 2. 3. def nose(x,y):#鼻子 4. penup()#提起笔 5. goto(x,y)#定位 6. pendown()#落笔,开始画 阅读全文
posted @ 2019-03-13 22:46 Lucky_Enterprise 阅读(6547) 评论(0) 推荐(0) 编辑