Commit 07ed70be by BellCodeEditor

save project

parent d1899050
Showing with 4 additions and 4 deletions
a=int(input('列:')) i=1
b=int(input('行:')) for i in range(1,9):
print(a,'×',b,'=',(a*b)) print(1,"×",i,"=",1*i,end=" ")
\ No newline at end of file \ 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