10987 모음의 개수 xxxx 0001-01-01 17 words One minute Contents 풀이: 코드: https://www.acmicpc.net/problem/10987 풀이: 모음의 개수를 출력 코드: 사용언어 : Python 3 1 2 n=input() print(sum(n.count(i)for i in 'aeiou')) Please enable JavaScript to view the comments powered by Disqus.