Commit 202004e1 by BellCodeEditor

auto save

parent dc70412a
Showing with 11 additions and 0 deletions
n1=input("数字1:")
y=input("你要什么运算(qwer):")
n2=input("数字2:")
n1=float(n1)
n2=float(n2)
q=n1+n2
w=n1-n2
e=n1*n2
r=n1/n2
if y == 'q':
print("n1+n2=",q)
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