Commit 5dd568de by BellCodeEditor

save project

parent c0663fbe
Showing with 4 additions and 11 deletions
import turtle i=5
pen=turtle.Pen() j=7
screen=turtle.Screen() print(j,"x",i,"=","35")
color=["gold","red","pink","lightblue"] \ No newline at end of file
screen.bgcolor("black")
pen.speed(20)
for i in range(1,1000):
pen.color(color[i%4])
pen.forward(i)
pen.right(91)
pen.done()
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