Commit a3e4730a by BellCodeEditor

auto save

parent 00cce9db
Showing with 2417 additions and 9 deletions
import turtle ha=1
pen=turtle.Pen() for i in range(1,10):
dtc=1 print(ha,'*',i,'=',(ha*i),end" ")
for i in range(300):
pen.forward(dtc)
dtc+=1
pen.right(91)
pen.hideturtle()
turtle.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