Commit 2100a9af by BellCodeEditor

auto save

parent 6abb8679
Showing with 13 additions and 0 deletions
import turtle
#画笔
pen=turtle.Pen()
pen.goto()
pen.pensize(10)
pen.pencolor("red")
pen.fillcolor("pink")
pen.begin_fill()
for i in range(6):
pen.forward(100)
pen.left(60)
turtle.done()
\ No newline at end of file
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