多拉A梦

This commit is contained in:
chenjinjia 2024-07-13 15:59:13 +08:00
parent d422ef0c31
commit c587f352c1
1 changed files with 10 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,19 @@ 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()