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
|
1297 Discussions
|
Please Login in order to post a comment
Cleaner solution:
def minion_game(string): vowels='AEIOU' kevin_score=0 stuart_score=0 length=len(string)
def minion_game(string):