Hey guys, basically I need help with a problem. I am making a very simple and easy(no graphics) snakes and ladders game in python. To start out I know it is very inefficient but I just want to get the jist of things.
Problem: When one player hits 100 I want the program to terminate and shut off.
Part of program:
if Player 1> 100:
print('Player1 Wins!')
if Player2> 100:
print('Player2Wins')
Problem: When one player hits 100 I want the program to terminate and shut off.
Part of program:
if Player 1> 100:
print('Player1 Wins!')
if Player2> 100:
print('Player2Wins')
Banned forever. Reason: Admitted to Scamming
