Commit 8452496b by BellCodeEditor

save project

parent ca3e4e6a
Showing with 4 additions and 9 deletions
import turtle j=1
h=turtle.Pen() i=1
h.speed(0) print(j,"X",i,"=",(j*i))
for i in range(300): \ No newline at end of file
h.fd(i)
h.left(91)
h.ht()
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