Commit 6f06fca7 by BellCodeEditor

save project

parent 55e28e3a
Showing with 11 additions and 0 deletions
import turtle
Pen=turtle.Pen()
like=input("你喜欢什么颜色的五角星呀?(用英文,还有不要加双引号)")
Pen.fillcolor(like)
Pen.begin_fill()
for i in range(5):
Pen.forward(250)
Pen.right(144)
Pen.end_fill()
turtle.done()
\ 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