Commit 3fddce1e by BellCodeEditor

save project

parent 5283c22c
Showing with 8 additions and 0 deletions
i3 =""
i3 =""
for i in range(1,10):
for i2 in range (1,i+1):
i3=(str(i3)+str(i)+"×"+str(i2)+"="+str(i*i2)+" ")
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