Commit 8452496b by BellCodeEditor

save project

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