function solution(s){ let arr = s.toLowerCase() return arr.split("p").length === arr.split('y').length }