Help to find the runtime error cases are locked | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Help to find the runtime error cases are locked

Kevin and Stuart want to play the 'The Minion Game'. Game Rules Both players are given the same string, S. Both players have to make substrings using the letters of the string S. Stuart has to make words starting with consonants. Kevin has to make words starting with vowels. The game ends when both players have made all possible substrings. Scoring A player gets +1 point for each occurrence of the substring in the string S. For Example: String S = BANANA Kevin's vowel beginning word = ANA Here, ANA occurs twice in BANANA. Hence, Kevin will get 2 Points. For better understanding, see the image below: https://s3.amazonaws.com/hr-challenge-images/9693/1450 Your task is to determine the winner of the game and their score. Function Description : minion_game has the following parameters: string: the string to analyze Prints .....continue Source : https://www.hackerrank.com/challenges/the-minion-game/problem my attempt : https://code.sololearn.com/cvljr3alkMEJ/?ref=app

13th Nov 2022, 11:35 AM
Ratnapal Shende
Ratnapal Shende - avatar
1 Answer
0
6th Oct 2023, 10:56 AM
Adam Hmidi
Adam Hmidi - avatar