반응형
https://www.acmicpc.net/problem/10987
# @Author YoungMinKim
# baekjoon
x=list(input())
mo = ['a','e','i','o','u']
result=0
for i in mo:
result+=x.count(i)
print(result)
반응형
'백준 문제풀이' 카테고리의 다른 글
baekjoon - python - 10998 (0) | 2020.09.06 |
---|---|
baekjoon - python - 10989 (0) | 2020.09.06 |
baekjoon - python - 10953 (0) | 2020.09.06 |
baekjoon - python - 10610 (0) | 2020.09.06 |
baekjoon - python - 4949 (0) | 2020.09.05 |
댓글