To check if an array is empty in Python, you can use the len() function and compare its length to 0. If it is 0, an array is empty.
確定! 回上一頁