Can you please help, the game never ends I don't know what's wrong. Also I am new to python so please don't judge me. I think there is a problem with the initial while loop. Thanks! https://repl.it/@VivaanChugh/2-player-hangman
Correct line for outer while loop:
while player1_points <15 or player2_points < 15:
[email protected]
Can you please help, the game never ends I don't know what's wrong. Also I am new to python so please don't judge me. I think there is a problem with the initial while loop. Thanks! https://repl.it/@VivaanChugh/2-player-hangman
Correct line for outer while loop:
while player1_points <15 or player2_points < 15:
[email protected]