Commit a839d471 by BellCodeEditor

auto save

parent eeedc2ee
Showing with 3 additions and 9 deletions
import turtle as l
color = input("什么色?")
l.fillcolor(color)
l.begin_fill()
for i in range(5):
l.forward(200)
l.right(144)
l.end_fill()
l.done()
pla
\ 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