From 7097d2f1132699e7ff867db97ec81a501583a679 Mon Sep 17 00:00:00 2001 From: Krithveekreddy <63163333+Krithveekreddy@users.noreply.github.com> Date: Thu, 17 Sep 2020 14:19:28 +0530 Subject: [PATCH] Update 13-the-minion-game.py --- Python/String/13-the-minion-game.py | 1 + 1 file changed, 1 insertion(+) 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