diff --git a/Python/String/13-the-minion-game.py b/Python/String/13-the-minion-game.py index 8657f26..a917707 100755 --- a/Python/String/13-the-minion-game.py +++ b/Python/String/13-the-minion-game.py @@ -76,3 +76,4 @@ # else: # print "Draw" +#SOLUTION : Here is the working solution for The Minion Game problem in Python 3 language. https://www.new951.com/2020/09/Program%20For%20The%20Minion%20Game%20%20In%20Python%20-%20Hacker%20rank%20Solution.html