Commit eed57dae by BellCodeEditor

save project

parent 5f7b1104
Showing with 3 additions and 1 deletions
import turtle import turtle
noodles=60
screen=turtle.Screen() screen=turtle.Screen()
a=screen.textinput('?',"lll")
noodles=int(a)
screen.bgcolor("orange") screen.bgcolor("orange")
pen=turtle.Pen() pen=turtle.Pen()
pen.penup() pen.penup()
......
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