Commit 7fbd067f by BellCodeEditor

save project

parent 9a4471d8
Showing with 2 additions and 2 deletions
import turtle
ink = input("什么色?")
color = input("什么色?")
Pen = turtle.Pen()
Pen.fillcolor(ink)
Pen.fillcolor(color)
Pen.begin_fill()
for i in range(5):
Pen.forward(200)
......
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