isinstance(l,int or float) 为什么能运行,但判断不了float型的元素呢
只能判断这个是不是int型的,如果两个都想判断的话,isinstance(l,(int,float))