Commit 8b32f5b1 by BellCodeEditor

save project

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