Commit 07ed70be by BellCodeEditor

save project

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