Python Assignment 2 A Number Guessing game in Python Rules: The answer is between 1 and 1000 inclusive The Player get 10 attempts to guess the correct answer the game will respond with: Too High, Too Low, or You Win after 10 tries the game is over and the answer will be displayed Options: Offer a "Replay" option after the game is over Offer a "Hint" Offer the Player the ability to change the range from the default 1-1000 to 1-? (try 1-10, then try using a negative number as the max) Offer a "Quit" option, if selected display the answer