Suppose you have been hired to develop a musical chair game. In this game there will be7 participants and all of them will be moving clockwise around a set of 7 chairs organizedin a circular manner while a music will be played in the background. You will control themusic using random numbers between 0-3.If the generated random number is 1, you willstop the music and if the number of participants who are still in the game is n, theparticipant at position (n/2) will be eliminated. Each time a participant is eliminated, achair will be removed and you have to print the player names who are still in the game.The game will end when there will be only one participant left. At the end of the game,display the name of the winner.
Please answer it in python code.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here