Commit 48b14a4f by BellCodeEditor

save project

parent 0b12e44c
Showing with 2 additions and 0 deletions
......@@ -7,6 +7,8 @@ bian =int(input("您是要画几条边?"))
pen.up()
pen.setheading(90)
pen.forward(200)
pen.setheading(180)
pen.forward(100)
pen.setheading(0)
pen.down()
pen.fillcolor("red")
......
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