- 博客(1)
- 收藏
- 关注
原创 如何用Python画一个中国象棋棋盘?
今天试着画了一个中国象棋棋盘!#绘制象棋盘import turtle t=turtle.Pen()t.speed(100)def angle(x,y): t.penup() t.goto(x+3,y+3) t.pendown() t.setheading(0) t.forward(5) t.goto(x+3,y+3) t.left(90) t....
2018-05-13 15:43:46
8850
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人