len()函数还有一个使用方式 python a = [1, 2, 3] print(a.__len__()) 建议博主能加上
python a = [1, 2, 3] print(a.__len__())