This is a simple guessing game where the user tries to guess a target name. The target name in this case is "Emma". The user can input their guesses and the program will provide feedback on whether the guess is correct or not.
Run the program. The program will prompt you to guess the target name. Enter your guess. If your guess is correct, the program will display "Congratulations!" and the number of attempts it took you to guess correctly. If your guess is incorrect, the program will prompt you to guess again You can type "stop" to exit the game at any time. If you do, the program will display the number of attempts you made before stopping. Have fun playing the guessing game!