Commit 8ffdaf6a by BellCodeEditor

save project

parent 9988d796
Showing with 1 additions and 1 deletions
......@@ -2,8 +2,8 @@ import turtle
ink=input("what color ")
pen=turtle.Pen()
pen.shape("turtle")
pen.color("brown")
pen.speed(100)
pen.color("brown")
pen.fillcolor(ink)
pen.begin_fill()
for i in range(360):
......
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