Commit 0def40b1 by BellCodeEditor

save project

parent 04c47b8d
Showing with 2 additions and 2 deletions
...@@ -7,12 +7,12 @@ pen=turtle.Pen() ...@@ -7,12 +7,12 @@ pen=turtle.Pen()
turtle.penup() turtle.penup()
pen.goto(-100,0) pen.goto(-100,0)
pen.pendown() pen.pendown()
pen.write("Wryyyy",font=("Times",13,"normal")) pen.write("",font=("Times",13,"normal"))
pen.hideturtle() pen.hideturtle()
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
pen.pendown() pen.pendown()
pen.pensize(5) pen.pensize(10)
pen.pencolor("red") pen.pencolor("red")
pen.left(45) pen.left(45)
pen.forward(100) pen.forward(100)
......
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