Commit 02aa4b1d by BellCodeEditor

auto save

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