Just read over the link on code tags. Thank you for letting me know j.crater as I am still learning. Any ways the first script is the script that I was sent to work with. My problem - I can not get the while loop to run right. It skips the randomint method not giving me a result if i win or loose.
The game should generate a random number between 0 and 100 when the user hits Enter. The user should be able to stop the game by typing "Stop". A score over 50 should result in a win. Analyze existing Python code to identify and correct all bugs and correct all errors within the debugging file (attached) to this module.
The game should generate a random number between 0 and 100 when the user hits Enter. The user should be able to stop the game by typing "Stop". A score over 50 should result in a win. Analyze existing Python code to identify and correct all bugs and correct all errors within the debugging file (attached) to this module.