From df70eca658dc62f31ac5897ae5ab206a16582875 Mon Sep 17 00:00:00 2001 From: Yash Chauhan <68198489+ITrustNumbers@users.noreply.github.com> Date: Thu, 6 Jan 2022 00:36:48 +0530 Subject: [PATCH] Minor Changes to the Traditional NIM --- 65_Nim/python/Traditional_NIM.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/65_Nim/python/Traditional_NIM.py b/65_Nim/python/Traditional_NIM.py index 5c01ee2e..3507ecc2 100644 --- a/65_Nim/python/Traditional_NIM.py +++ b/65_Nim/python/Traditional_NIM.py @@ -111,8 +111,8 @@ if __name__ == "__main__": game.Remove_pegs(command) End = game.Checkforwin() if End == True: - print('Player Wins the Game, Congratulations!!') - input('Press any key to exit') + print('\nPlayer Wins the Game, Congratulations!!') + input('\nPress any key to exit') break #Computers Move