Commit 2448d4a6 by BellCodeEditor

save project

parent 32d60c95
Showing with 6 additions and 1 deletions
-- "a/\345\212\240\346\263\225\350\277\220\347\256\227.py" A=input("请输入第一个加数:")
A=input("请输入第一个加数:")
B=input("请输入第二个加数:")
C=int(A)+int(B)
print(A+"+"+B+"="+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