Ask the user to guess a number between 1 and 100 using a loop. Have them keep guessing the answer until it is correct. If the answer the user gives is too low, have it print "Guess higher". If the answer is too high, have it print "Guess lower." Use random function to make the number the user has to guess, and ask the player if they would like to play again. Print "Congrats" when the player guesses correctly.