Commit c5424b4e by BellCodeEditor

auto save

parent 3b8e7a89
Showing with 4 additions and 0 deletions
...@@ -2,15 +2,18 @@ import turtle ...@@ -2,15 +2,18 @@ import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
pen=turtle.Pen() pen=turtle.Pen()
pen.
pen.write("你好呀",font=("Times",30,"normal")) pen.write("你好呀",font=("Times",30,"normal"))
pen.penup() pen.penup()
pen.goto(100,100) pen.goto(100,100)
pen.pendown() pen.pendown()
pen.begin_fill()
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
pen.circle(50,180) pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.forward(100) pen.forward(100)
pen.
turtle.done() turtle.done()
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment