Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ check_vowels.py
File
check_vowels.py
Python/check_vowels.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
t=input()
2
vowels = [
'a'
,
'e'
,
'i'
,
'o'
,
'u'
,
'A'
,
'E'
,
'I'
,
'O'
,
'U'
]
3
vowels_in_string = []
4
for
i in t:
Callers
nothing calls this directly
Calls
2
print
Function · 0.50
sort
Method · 0.45
Tested by
no test coverage detected