Commit eef3c7a5 by BellCodeEditor

auto save

parent d1347cae
Showing with 10 additions and 1 deletions
import turtle
color=input("你要什么颜色的五角星")
if color=="红色":
color="red"
elif color=="绿色":
color="green"
else:
color="blue"
pen=turtle.Pen()
pen.shappe("turtle")
pen.shape("turtle")
pen.pencolor(color)
pen.fillcolor(color)
......
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