Commit 5574fee5 by BellCodeEditor

save project

parent d2d4689f
Showing with 3 additions and 3 deletions
......@@ -11,6 +11,6 @@
#pen.hideturtle()
#turtle.done()
a=222223333144444555511166677778889999000
b=895029783970848128198691869816
print(a,'*',b,'=',(a*b))
a=1
for i in range(1,10):
print(a,'*',i,'=',(a*i),end=" "/n)
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