Commit d9d3de2b by BellCodeEditor

save project

parent 2773efbe
Showing with 2 additions and 1 deletions
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("yellow") screen.bgcolor("yellow")
screen.textinput("老六你好",'ww') le=screen.textinput("老六你好",'ww')
len=int()
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
pen.goto(-100,0) pen.goto(-100,0)
......
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