/guessthenumber

Guess the number Game

Primary LanguagePythonApache License 2.0Apache-2.0

guessthenumber

Guess the number Game You will have to import random module to generate random number for guessing. 1.Enter you guess between 0 to 9 2.If the number you entered is false and is low then it will suggest you to choose greater number. If the number you entered is false and greater than the actual number,then it will recommend you to choose low number. 3.As your guesses goes wrong it will decrease your moves by 1. 4.You can only 5 numbers. 5.If your all guesses goes wrong then Try Again!! 6.If you guess correct number then Congratulations!!You Won!!