I am done with the whole thing but one test specifically the 8th test is not passing and I know its not my problem because I found the answers on GitHub like the actual answers but even using that only this one test is not passing, so I know the problem is not from me. What do I do?
Your code so far
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/18.1 Safari/605.1.15
Challenge Information:
Number Guessing Game - Build a Number Guessing Game
I can’t test your code but you should try to test it and compare the output statements it makes to the ones given in the sample file. They should match exactly. (You can hardcode the guess to a number like 9 in the code so you can test. Make a series of guesses which include invalid ones then finally guess the correct value 9 and confirm the results)