Commit 7b73c36c by BellCodeEditor

save project

parent 89385f25
Showing with 4 additions and 12 deletions
import turtle i=5
s=turtle.Screen() j=7
print(i,'*',j,'=',(i*j))
pen=turtle.Pen() \ No newline at end of file
a=["red","orange","yellow","blue"]
s.bgcolor("black")
for i in range(99):
pen.forward(i)
pen.pencolor(a[i%4])
pen.right(110)
turtle.done()
\ 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