Commit 55596eb5 by BellCodeEditor

auto save

parent c20f0945
Showing with 23 additions and 0 deletions
import turtle
a=turtle.Pen()
a.speed(0)
turtle.bgcolor('black')
color=['red','yellow','blue','green']
for j in range(200):
a.fd(j)
a.left(91)
a.pencolor(color[j%4])
turtle.done()
\ No newline at end of file
color=['red','yellow','blue','green']
print(color[1])
\ 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