Commit ee2c744d by BellCodeEditor

save project

parent a6217b29
Showing with 1 additions and 1 deletions
......@@ -16,7 +16,7 @@ pen1.left(45)#左转
pen1.begin_fill()#开始
pen1.forward(100)#往前走
pen1.circle(45,180)#圆的半径和颜色
pen1.right(95)#右转
pen1.right(96)#右转
pen1.circle(45,180)#圆的半径和颜色
pen1.forward(100)#往前走
pen1.end_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