Commit c63b4651 by BellCodeEditor

save project

parent 0a8c3bbb
Showing with 10 additions and 0 deletions
a = input("请输入一个数:")
b = input("请输入一个数:")
a = int(a)
b = int(b)
c = a + b
print("这个数是:"+str(c))
\ 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