Commit dfd2bd74 by BellCodeEditor

auto save

parent fa0dff60
Showing with 20 additions and 0 deletions
import turtle
p = turtle.Pen
p.pencolor("red")
p.pensize(5)
p.speed(10)
p.fillcolor("black")
p.begin_fill()
for i in range (2):
p.df(200)
p.lt(90)
p.df(100)
p.df(100)
turtle.done
\ No newline at end of file
"""
请使用turtle模块画出五角星
"""
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