Commit 09a71283 by BellCodeEditor

save project

parent 561bbc8a
Showing with 12 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen screen=turtle.Screen
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.write ("\n\n\n") font=("Times","20","normal") pen.write ("\n\n\n") font=("Times","20","normal")
pen.hldeturtie pen.hldeturtie
turtle.done turtle.done
......
screen=turtle.Screen
screen.bgcolor("light blue")
pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
screen.textinput(title,prompt)
lovesize=int(len)
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