Commit c7cdb14d by BellCodeEditor

save project

parent f23758cf
Showing with 10 additions and 4 deletions
a=input("边长")
a=int(a)
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
for i in range(4): pen.fillcolor("red")
pen.left(1) pen.begin_fill()
pen.forward(1) pen.shape("arrow")
for i in range(234):
pen.left(466)
pen.forward(a)
pen.end_fill()
turtle.done() turtle.done()
pen.hideturtle()
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