Commit 8b32f5b1 by BellCodeEditor

save project

parent deb6ca00
Showing with 13 additions and 11 deletions
import turtle
turtle.pendown()
turtle.fillcolor("import")
turtle.pencolor("import")
turtle.begin_fill()
for i in range(5):
turtle.forward(100)
turtle.right(144)
turtle.end_fill()
turtle.done()
\ No newline at end of file
# import turtle
# turtle.pendown()
# colorl=input("想要的颜色")
# turtle.fillcolor(colorl)
# turtle.pencolor(colorl)
# turtle.begin_fill()
# for i in range(5):
# turtle.forward(100)
# turtle.right(144)
# turtle.end_fill()
# turtle.done()
player=put("")
\ 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