Commit 060ebd00 by BellCodeEditor

save project

parent c91cc301
Showing with 1 additions and 1 deletions
import turtle import turtle
pen=turtle.pen pen=turtle.Pen()
color=input("你最喜欢什么颜色的五角星") color=input("你最喜欢什么颜色的五角星")
pen.begn_fill() pen.begn_fill()
pen.fillcolor(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