array = ['a', 'b', 'c', 'ae', 'ba', 'dab'] cnt = array.count('a') print('배열 내 a의 등장 횟수 :', cnt) # > 배열 a의 등장 횟수 : 1.
確定! 回上一頁