Commit 2919c58f by BellCodeEditor

auto save

parent b525b803
Showing with 8 additions and 8 deletions
import turtle
pen1=turtle.Pen()
pen1.left(45)
pen1.circle(50,180)
\ No newline at end of file
import turtle
\ No newline at end of file
...@@ -9,12 +9,5 @@ pen1.forward(100) ...@@ -9,12 +9,5 @@ pen1.forward(100)
pen1.hideturtle() pen1.hideturtle()
screen=turtle.Screen() import turtle
screen.bgcolor('light blue')
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.write('祝你生日快乐',font=('Times',30,'normal'))
pen.hideturtle()
turtle.done()
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