- 博客(2)
- 收藏
- 关注
原创 分享一下第一次用python的turtle库画的哆啦A梦
分享一下第一次用python的turtle库画的哆啦A梦 代码: import turtle as t t.speed(10) t.pensize(8) t.fillcolor('blue') t.begin_fill() t.circle(150) t.end_fill() t.pensize(3) t.fillcolor('white') t.begin_fill() t.circle(120) t.end_fill() t.penup() t.home() t.goto(0,155) t.pen
2020-11-30 23:31:10
189
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅