Commit a01bb88c by BellCodeEditor

save project

parent 07d5a92a
Showing with 1 additions and 0 deletions
import turtle
screen=turtle.Screen()
pen=turtle.Pen()
screen.textinput("111234567890")
screen.bgcolor("pink")
pen.penup()
pen.goto(0,-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