输入函数直接用a=input().split() 自动识别空格 a[0] a[1]如果属于不同的类型,int/string都会自动识别
看数组中是否存在一个数 可以使用in, if a in b 返回false/true