Commit b6cae698 by BellCodeEditor

save project

parent d76c2b90
Showing with 7 additions and 6 deletions
color=input("你想要什么颜色的五角星")
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
color=print("你想要什么颜色的五角星")
pen.fillcolor(color) pen.fillcolor(color)
pen.begin_fill() pen.begin_fill()
for i in range(3): for i in range(5):
pen.forword(200) pen.forward(200)
pen.left(120) pen.left(144)
pen.end_fill() pen.end_fill()
\ No newline at end of file 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