pycharm中
me=['toyota','byd','gm','geely','wmd']len(me)
返回
C:\Python\python.exe C:/Users/Administrator/PycharmProjects/untitled1/venv/Scripts/list.py
Process finished with exit code 0
请问为什么不计算列表的长度?
print(len(me))看看
为什么会这样啊,有没有原因啊