Commit a04ea906 by BellCodeEditor

auto save

parent a50ceeec
Showing with 12 additions and 0 deletions
import turtle
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("pink")
pen.penup()
pen.goto(-100,0)
pen.write("00000",font=("Times",30,"normal"))
pen.hideturtle()
turtle.done()
len=60
pen1.left(45)
pen1.forward(2*len)
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