- 博客(1)
- 收藏
- 关注
原创 Python—— 使用turtle库画皮卡丘
Python 画皮卡丘 import turtle # 画鼻子 def drawNose(): turtle.penup() turtle.seth(90) turtle.fd(100) turtle.pendown() turtle.begin_fill() turtle.fillcolor('black') turtle.seth(45) turtle.fd(25) turtle.seth(135) turtle.cir
2020-11-30 14:54:53 603 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人