Commit 7ff7cc9f by BellCodeEditor

save project

parent e989de5b
Showing with 2 additions and 1 deletions
......@@ -6,6 +6,6 @@ def draw5anglestar(pen,lenth,color,fcolor):
pen=turtle.Pen()
pen.home()
draw5anglestar(pen,100,"pink","blck")
draw5anglestar(pen,100,"pink","black")
turtle.hideturtle()
turtle.done()
\ No newline at end of file
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