【sort()方法与sorted()函数】数组sort()方法使用后报错object of type ‘NoneType‘
场景:美团笔试题——正则序列下面的代码运行后报错【TypeError: object of type ‘NoneType’ has no len()】分析:len(sorted_list)处的错误,意为sorted_list为NoneType往上找sorted_list的定义,sorted_list=list(map(int,s.split())).sort()def minopt(s): if s is None: return sorted_list=list