We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Strings
- The Minion Game
- Discussions
The Minion Game
The Minion Game
Sort by
recency
|
1310 Discussions
|
Please Login in order to post a comment
def minion_game(string): n = len(string) S = string.upper() # be robust to case vowels = set("AEIOU")
who's code passed test case 4?
the code works well take in consideration test case where the word starts with char other tahn Alpha ex '1' or '_' the problem with test cases 4 is the memory allocation when I run the code on my pc it gives the right answer :