Commit c8eed1a1 by BellCodeEditor

save project

parent ac5722a1
Showing with 4 additions and 13 deletions
import turtle i=5
pen = turtle.Pen() j=3
screen=tuple.screen() print(i,"x"j,"=",i*j)
screen=tuple.screen("black") \ No newline at end of file
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
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