You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In playerTurn() if the user inputs a number except 1 or 2 nothing happens. If this is intentional because they effectively chose to do nothing, make it evident. ( And avoid using 2 if statements if you don't want both to possibly run, use elif)
The text was updated successfully, but these errors were encountered:
In
playerTurn()
if the user inputs a number except 1 or 2 nothing happens. If this is intentional because they effectively chose to do nothing, make it evident. ( And avoid using 2 if statements if you don't want both to possibly run, use elif)The text was updated successfully, but these errors were encountered: