Commit 427e87ae by BellCodeEditor

save project

parent 92951878
Showing with 2 additions and 0 deletions
...@@ -3,6 +3,8 @@ import turtle ...@@ -3,6 +3,8 @@ import turtle
w=125.5 w=125.5
pen=turtle.Pen() pen=turtle.Pen()
t=turtle.Screen() t=turtle.Screen()
a=t.textinput("SB","SB is you:")
i=int(a)
t.bgcolor("red") t.bgcolor("red")
pen.penup() pen.penup()
pen.goto(100,-100) pen.goto(100,-100)
......
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