Commit e45b9133 by BellCodeEditor

save project

parent ed9f3b9d
Showing with 4 additions and 11 deletions
import turtle
t=turtle.Pen()
s=turtle.Screen()
s.bgcolor("black")
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
j=5
i=7
print(j,'*',i,'=',(j*j))
\ 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