冰墩墩的python代码
import turtle as t
t.screensize(1500, 1500, ‘white’) t.pensize(10) t.color(‘black’) t.hideturtle() t.speed(50)
ear right
t.speed(5) t.penup() t.goto(84.5, 181) t.pendown() t.fillcolor(‘black’) t.begin_fill() t.setheading(75) t.circle(-30, 100) t.circle(-60, 86) t.end_fill()
ear right
t.penup() t.goto(-84.5, 181) t.pendown() t.begin_fill() t.setheading(105) t.circle(30, 100) t.circle(60, 86) t.end_fill()
冰墩墩的python代码最先出现在Python成神之路。
共有 0 条评论