Commit 804f83d2 by BellCodeEditor

auto save

parent 32167796
Showing with 2069 additions and 0 deletions
a=1
b=1
for b in range(1,10):
for a in range(1,b+):
print(a,'x',b,'=',(a*b),end=" ")
print()
......@@ -594,3 +594,27 @@ 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