Commit 3ddc748b by BellCodeEditor

auto save

parent 74261b15
Showing with 2 additions and 2 deletions
import turtle import turtle
pen = turtle.Pen()
distance=5 P
for i in range(300): for i in range(300):
pen.pencolor(colors[i%4]) pen.pencolor(colors[i%4])
distance+1 distance+1
......
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