Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ndleah/python-mini-project
/ check
Function
check
minionGame/game.py:15–20 ·
view source on GitHub ↗
(alpha)
Source
from the content-addressed store, hash-verified
13
14
15
def
check(alpha) :
16
vowels = [
'a'
,
'e'
,
'i'
,
'o'
,
'u'
]
17
for
vowel in vowels:
18
if
alpha == vowel:
19
return
True
20
return
False
21
22
23
def
minion_game(s):
Callers
1
minion_game
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected