Commit 80d43fdb by BellCodeEditor

auto save

parent a4090816
Showing with 1 additions and 0 deletions
...@@ -5,6 +5,7 @@ pen.hideturtle() ...@@ -5,6 +5,7 @@ pen.hideturtle()
pen1=turtle.Pen() pen1=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("pink") screen.bgcolor("pink")
screen.textinput(t)
pen1.fillcolor("red") pen1.fillcolor("red")
pen1.begin_fill() pen1.begin_fill()
pen1.pensize(5) pen1.pensize(5)
......
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