Minor Changes to the Traditional NIM

This commit is contained in:
Yash Chauhan
2022-01-06 00:36:48 +05:30
committed by GitHub
parent 4a44f5097a
commit df70eca658

View File

@@ -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