Commit 8ab5050d by BellCodeEditor

auto save

parent 9099cd33
Showing with 7 additions and 0 deletions
num=input()
num1=input()
print("数字1:"+num)
print("数字2:"+num1)
a=int(num)*int(num1)
print(a)
\ 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