Commit 1e70006e by BellCodeEditor

save project

parent 9a909d65
Showing with 7 additions and 5 deletions
inport.turtle
#pen=turtle.pen()
#pen.write("hi,诺依")
#pen.hideturtle
screen=turtle.screen()
screen.bgcolour("light red")
pen=turtle.pen()
pen.penup()
pen.goto(100,-100)
pen.write("hi,诺依")
pen.hideturtle
pen1=turtle.pen()
pen1=pencolour("light green")
pen1.pensize(5)
......@@ -14,4 +17,3 @@ pen1.circle(50,180)
pen1.forward(100)
pen1.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