Commit d7e18702 by BellCodeEditor

save project

parent f9e13e89
Showing with 8 additions and 3 deletions
...@@ -3,8 +3,14 @@ ...@@ -3,8 +3,14 @@
""" """
#导图turtle模块 #导图turtle模块
import turtle.Pen()
#创建一只画笔 #创建一只画笔
pen = turtle.Pen()
#使用for循环画一个五角星 #使用for循环画一个五角星
# for i in range(5):
pen.forward(200)
pen.right(144)
# pen.hideturtle()
\ No newline at end of file
turtle.done
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