Commit 83cb94d4 by BellCodeEditor

save project

parent 8554e10f
Showing with 11 additions and 0 deletions
import turtle
pen=turtle.Pen()
colours=["red","blue","yellow","green"]
for i in range(1,300):
i+=1
pen.fillcolo
pen.left(91)
pen.forward(i)
turtle.done()
pen.hind turtle()
\ 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