Commit 4b82291c by BellCodeEditor

save project

parent 6d25a4fc
Showing with 1 additions and 1 deletions
import turtle import turtle
pen=turtle.Pen() pen=turtle.Pen()
a=1 a=1
for i in range(100): for i in range(1,100,2):
for i in range(4): for i in range(4):
pen.forward(a) pen.forward(a)
pen.right(92) pen.right(92)
......
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