Commit 82929fa4 by BellCodeEditor

save project

parent 6041b33d
Showing with 4 additions and 4 deletions
......@@ -10,7 +10,7 @@
# turtle.hideturtle()
# turtle.done()
i=3
j=5
l=i*j
print(i,"*",j,"=",l)
j=1
for i in range(1,10):
print(i,"*",j,"=",(j*i),end=" ")
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