Commit 28866e48 by BellCodeEditor

save project

parent c0658508
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ import turtle #导入画笔
open=turtle.pen() #打开画布
pen.fillcolor("red") #设置颜色
pen.begin_fill() #开始填充
For i in range(5) #重复执行
for i in range(5) #重复执行
pen.forward(200) #画五脚星
pen.right(144)
pen.hideturtle()
......
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