Commit 839da9b3 by BellCodeEditor

save project

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