Commit c4ca9aaf by BellCodeEditor

auto save

parent 2dc2e8d6
Showing with 0 additions and 7 deletions
...@@ -2,10 +2,3 @@ ...@@ -2,10 +2,3 @@
请使用turtle模块画出五角星 请使用turtle模块画出五角星
""" """
pen = turtle.Pen() /设置画笔
pen.fillcolor("red") /设置填充颜色
pen.begin_fill() /开始填充
for /循环
pen.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