Question: Write a class player that contains attributes for the players name,average and team.write three functions to input change and display these attributes. also write a constructor that ask for input to initialize all the attributes.
Search instead for write a class player that contains attributes for the players name,average and team.write three functions to input change and display these attributes. also write a constructor that ask for input to intialize all the attributes.