Commit 1221c292 by BellCodeEditor

auto save

parent 1988a748
Showing with 1 additions and 0 deletions
...@@ -5,6 +5,7 @@ import turtle ...@@ -5,6 +5,7 @@ import turtle
p=turtle.Pen() p=turtle.Pen()
#改变画笔的颜色 #改变画笔的颜色
p.fillcolor('red') p.fillcolor('red')
p.color('red')
#开始填充颜色 #开始填充颜色
p.begin_fill() p.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