Commit 58fdb452 by BellCodeEditor

save project

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