Commit 1897f7f4 by BellCodeEditor

save project

parent f30b81dc
Showing with 11 additions and 1 deletions
a=input("输入") a=input("输入")
h=input("加减乘除")
b=input("再输入") b=input("再输入")
a=int(a) a=int(a)
b=int(b) b=int(b)
print(4 a+b) if c==("加"):
print(a+b)
if c==("减"):
print(a-b)
if c==("乘"):
print(a*b)
if c==("除"):
print(a/b)
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