Commit 657ea061 by BellCodeEditor

save project

parent 3fddce1e
Showing with 8 additions and 2 deletions
i3 ="" i3 =""
i3 ="" i3 =""
i4=""
for i in range(1,10): for i in range(1,10):
for i2 in range (1,i+1): for i2 in range (1,i+1):
i3=(str(i3)+str(i)+"×"+str(i2)+"="+str(i*i2)+" ") i3=(str(i3)+str(i)+"×"+str(i2)+"="+str(i*i2)+"|")
print(i3) print(i3)
i4=len(i3)
for i5 in range(i4):
print(str("-"),end="")
print()
i3="" i3=""
\ 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