To find the length of an array in Python, you can use the built-in len() function. For example, len([11, 21, 19, “k”, 46]) returns 5.
確定! 回上一頁