Commit 01812533 by BellCodeEditor

save project

parent a32b7fde
Showing with 3 additions and 2 deletions
len=pen.textinput("What size do you want?")
int(len)
import turtle import turtle
screen=turtle.Screen() screen=turtle.Screen()
len=screen.textinput("Size:","What size do you want?")
int(len)
screen=turtle.Screen()
pen1=turtle.Pen() pen1=turtle.Pen()
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