
1
2
3
4
5
|
moum='aeiou'
ans=0
for i in input():
if i in moum : ans+=1
print(ans)
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
[백준] 11296 (0) | 2021.01.13 |
---|---|
[백준] 11094 (0) | 2021.01.13 |
[백준] 10953 (0) | 2021.01.13 |
[백준] 10941 (0) | 2021.01.13 |
[백준] 10940 (0) | 2021.01.13 |
댓글