Laboratory submissions
** Steps:
- Import required libraries
- Choose 1 for Rock, 2 for Scissors, or 3 for Bag
- computer choice is randomly generated between 1 and 3
- accept users's choice
- check who is winner as per given rules
- rock wins over scissors, scissors wins over bag, and bag wins over rock. If both choose the same option, it is a tie
- The game continues until player or computer wins
- Welcome message
- Enter player choice between 1 and 3
- Then player and computer choice is displayed
- Finally Result is displayed
- If tie happens then game will continue until one of them wins