Commit 94538a04 by BellCodeEditor

save project

parent e47f5efc
Showing with 1 additions and 1 deletions
import turtle import turtle
pen= turtle.pen() pen= turtle.Pen()
c=input("填充颜色")#绘制五角星# c=input("填充颜色")#绘制五角星#
pen.fillcolor(c) pen.fillcolor(c)
pen.begin_fill() pen.begin_fill()
......
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