python 获得数组大小
时间: 2024-01-25 20:03:15 浏览: 64
在python中创建指定大小的多维数组方式
5星 · 资源好评率100%
你好!感谢您的提问。以下是您的回答:
To get the size of an array in Python, you can use the len() function. For example, if you have an array named "myArray", you can use the code "len(myArray)" to get its size.
阅读全文