Write a Python program that generates a random number between 1 and 100 (inclusive) and asks the user to guess the number. The game continues until the user guesses the correct number.
Example 1:
Input: Guess sequence - 50, 75, 63, 59
Output: Random number is 59. You guessed it correctly!
Example 2:
Input: Guess sequence - 25, 50, 75, 100
Output: Random number is 100. You guessed it correctly!