/Number_Guessing-Game

THIS IS GOING TO BE FUN!!!

Primary LanguagePython

//This is a game program that import a random number and ask users to guess the number and if the user guesses lower than the number it says ("Higher number please"), and if the user guess higher than the number, it says ("Lower number please"), and the user only have five attempts after which the program says ("You have exhausted your trie") and then exit or if hee user gets it correctly, it says you have guessed(the number) correctly.//