Compare commits

...

2 Commits

Author SHA1 Message Date
chenjinjia 53c0db42b8 多拉A梦 2024-07-13 15:59:39 +08:00
chenjinjia c587f352c1 多拉A梦 2024-07-13 15:59:13 +08:00
1 changed files with 9 additions and 2 deletions

View File

@ -235,7 +235,7 @@ t.end_fill()
t.color('black','white')
t.penup()
t.goto(-140,-120)
t.goto(-140,-140)
t.pendown()
t.begin_fill()
t.setheading(90)
@ -244,11 +244,18 @@ t.end_fill()
t.color('black','white')
t.penup()
t.goto(200,-130)
t.goto(200,-140)
t.pendown()
t.begin_fill()
t.circle(30)
t.end_fill()
t.penup()
t.goto(-50,-100)
t.pendown()
t.setheading(-90)
t.circle(50,180)
t.goto(-50,-100)
t.hideturtle()
turtle.done()