Commit 626ed897 by BellCodeEditor

auto save

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