Commit ca93576b by BellCodeEditor

save project

parent 332204ec
Showing with 2 additions and 2 deletions
...@@ -2,9 +2,9 @@ import turtle ...@@ -2,9 +2,9 @@ import turtle
#背景赋值 #背景赋值
Screen=turtle.Screen() Screen=turtle.Screen()
Screen.bgcolor("blue") Screen.bgcolor("blue")
pen.penup()
goto(100,-100)
pen=turtle.Pen() pen=turtle.Pen()
pen.penup()
pen.goto(100,-100)
pen.forward(100) pen.forward(100)
pen.left(90) pen.left(90)
pen.forward(100) pen.forward(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