Commit c8eed1a1 by BellCodeEditor

save project

parent ac5722a1
Showing with 4 additions and 13 deletions
import turtle
pen = turtle.Pen()
screen=tuple.screen()
screen=tuple.screen("black")
colofrs=["red","yellow","blue","green"]
for i in range(1,1000):
pen.color(colofrs[i%4])
pen.fd(i)
pen.rt(27)
ren.speen(i)
pen.hideturtle()
turtle.done()
\ No newline at end of file
i=5
j=3
print(i,"x"j,"=",i*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