Commit b26725a6 by BellCodeEditor

auto save

parent 777f0e12
Showing with 6 additions and 4 deletions
print(1,2,3)
\ No newline at end of file
import turtle
pen=turtle.Pen()
pen.speed(1)
pen.penup()
pen.goto(0,-200)
pen.pendown()
......
print(1,2,3)
\ No newline at end of file
for i in range(1,10):
for j in range(1,i+1):
print(j,'x',i,'=',(j*i),end=" ")
print()
\ 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