Commit 911e73c9 by BellCodeEditor

save project

parent 23f4707a
Showing with 1 additions and 1 deletions
...@@ -4,7 +4,7 @@ pen=turtle.Pen() ...@@ -4,7 +4,7 @@ pen=turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
pen.color("white") pen.color("white")
len=100 len=int(screen.textinput("使命召唤","刘刘毕"))
pen.left(45) pen.left(45)
pen.forward(len*2) pen.forward(len*2)
pen.circle(len,180) pen.circle(len,180)
......
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