Commit 9bdcf12f by BellCodeEditor

save project

parent 54bc37a6
Showing with 3 additions and 3 deletions
import turtle
ink=input("什麽顔色?")
pen=turtle.Pen()
pen.fillcolor("red")
pen.fillcolor(ink)
pen.begin_fill()
for i in range(180):
pen.forward(300)
......@@ -9,4 +11,3 @@ for i in range(180):
pen.end_fill()
pen.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