Commit 80398bd4 by BellCodeEditor

save project

parent 11e55b56
Showing with 2 additions and 2 deletions
...@@ -3,8 +3,8 @@ import.Pen() ...@@ -3,8 +3,8 @@ import.Pen()
pen=turtle.Pen() pen=turtle.Pen()
pen1=turtle.Pen() pen1=turtle.Pen()
screen=turtle.screen() screen=turtle.screen()
lenth=screen.inp lenth=screen.texinput("ts","dx")
len=66 len=int(lenth)
screen.bgcolor("light bule") screen.bgcolor("light bule")
pen1.left(45) pen1.left(45)
pen1.forword(2*len) pen1.forword(2*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