Commit 55bc90e8 by BellCodeEditor

save project

parent 95b0861b
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ pen = turtle.Pen() ...@@ -6,7 +6,7 @@ pen = turtle.Pen()
bian =int(input("您是要画几条边?")) bian =int(input("您是要画几条边?"))
pen.up() pen.up()
pen.setheading(90) pen.setheading(90)
pen.forward(260) pen.forward(300)
pen.setheading(180) pen.setheading(180)
pen.forward(100) pen.forward(100)
pen.setheading(0) pen.setheading(0)
......
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