Commit a77dc169 by BellCodeEditor

auto save

parent 4be6c505
Showing with 14 additions and 0 deletions
import turtle
turtle.speed(10)
r=0
g=0
b=0
for i in range(999):
r=r+1
g=g+1
b=b+1
turtle.color(r,g,b)
turtle.circle(100)
turtle.right(7)
\ 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