Commit 513c16ff by BellCodeEditor

save project

parent 14fd6330
Showing with 0 additions and 2 deletions
import turtle import turtle
# 这节课你可以利用新学的知识自定义五角星的颜色么?
import turtle
ink = input("什么色?")#绘制五角星# ink = input("什么色?")#绘制五角星#
pen = turtle.Pen() pen = turtle.Pen()
pen.fillcolor(ink) pen.fillcolor(ink)
......
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