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
This is a number guessing game made in Python. It randomly chooses a number and the user needs to guess it in maximum 3 trials. If guessed correctly, the game ends. Else, it terminates and the number is revealed.