Commit e9127457 by BellCodeEditor

save project

parent 57eb5ace
Showing with 4 additions and 0 deletions
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
screen.bgcolor("pink")
pen.penup()
pen.goto(0,-100)
pen.write("1234567890",font=("Times","30","normal"))
pen.hideturtle()
pen1=turtle.Pen()
......
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