Commit 58fdb452 by BellCodeEditor

save project

parent db70dcc0
Showing with 4 additions and 7 deletions
import turtle as pen i=1
pen.speed(10000) for j in range(1,10):
for i in range(1,300,1): print(i,"*",j,"=",i*j,end=" ")
pen.pencolor("blue") \ No newline at end of file
pen.fd(i)
pen.right(9999999999999)
pen.done()
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