Python中使用len()函數來獲取數組的大小。
arr = [1, 2, 3, 4, 5] size = len(arr) print(size)
以上代碼輸出結果為5,即數組arr的大小為5。
可以使用循環來遍歷數組并計算數組中某個元素的個數。
arr = [1, 2, 2, 3, 4, 4, 4, 5] count = 0 for i in arr: if i == 4: count += 1 print(count)
以上代碼輸出結果為3,即數組arr中元素為4的個數為3。
Python中使用len()函數來獲取數組的大小。
arr = [1, 2, 3, 4, 5] size = len(arr) print(size)
以上代碼輸出結果為5,即數組arr的大小為5。
可以使用循環來遍歷數組并計算數組中某個元素的個數。
arr = [1, 2, 2, 3, 4, 4, 4, 5] count = 0 for i in arr: if i == 4: count += 1 print(count)
以上代碼輸出結果為3,即數組arr中元素為4的個數為3。