Play a text-based adventure game (10 points)
The game must ask the user to make 3 choices at least twice.
It must use at least one loop and one randomizing element
The game must have at least 2 different ending depending on the user’s choice
Python