Merge pull request #426 from ITrustNumbers/main

Minor Changes to the Traditional NIM python
This commit is contained in:
Jeff Atwood
2022-01-05 11:39:08 -08:00
committed by GitHub

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