Commit e1583016 by BellCodeEditor

save project

parent 63137f3a
Showing with 8 additions and 4 deletions
for i in range(1,10)
for j in range(1.i+1)
print(j,"*",i"=",(j*i),end="__")
print()
inport turtle()
canvas=turtle.Screen()
pen=turtle.Turtle()
for i in range(5)
pen.forword(100)
pen.right(144)
canvas.exitonclick()
\ 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