命题 实现加减乘除运算 思路 利用现成的numpy库 import numpy as np #输入两个数 x=int(input("the fist number: ")) y=int(input("the second number: ")) #选择相应运算