Commit 1e70006e by BellCodeEditor

save project

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