Commit e45b9133 by BellCodeEditor

save project

parent ed9f3b9d
Showing with 4 additions and 11 deletions
import turtle j=5
t=turtle.Pen() i=7
s=turtle.Screen() print(j,'*',i,'=',(j*j))
s.bgcolor("black") \ No newline at end of file
colors=["red","pink","orange","purple"]
for i in range(1,300,5):
t.pencolor(colors[i%4])
t.forward(i)
t.right(91)
t.hideturtle()
\ 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