Commit 02aa4b1d by BellCodeEditor

auto save

parent e169b0d5
Showing with 1 additions and 2 deletions
import turtle
pen = turtle.Pen()
pen.fillcolor("yellow")
pen.begin_fill()
pen.end_poly()
for i in range(360):
pen.forward(200)
pen.right(110)
......
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