Write a menu based program to add delete and display the record of players by using list as Stack in python
Write a menu based program to add delete and display the record of players by using list as Stack in python. Record of a player contains: Player code, score and Rank. Program to add delete and display the record of players by using list as Stack in python player = [] ch = ‘y’…