Commit d4009d8d by BellCodeEditor

auto save

parent cfa94d79
Showing with 7 additions and 8 deletions
import turtle import turtle
# pen=turtle.Pen()
# pen.write("嗨,"font=("Times",30,"normal"))
# pen.hideturtle()
# turtle.done()
# import turtle
pen1=turtle.Pen() pen1=turtle.Pen()
pen1.color("red") pen1.color("red")
pen1.left(45) pen1.left(45)
...@@ -8,11 +13,4 @@ pen1.right(90) ...@@ -8,11 +13,4 @@ pen1.right(90)
pen1.circle(50,180) pen1.circle(50,180)
pen1.forward(100) pen1.forward(100)
pen1.hideturtle() pen1.hideturtle()
screen=turtle.Screen() turtle.done()
screen.bgcolor("pink") \ No newline at end of file
pe.penup()
penn=turtle.Pen()
pen.goto(100,-100)
pen.write("爱",font=("Times",20,"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