Question: Question 1 . Scenario: You are a developer on a team and tasked to create a python class named 'Player' that will initialize a player
Question Scenario: You are a developer on a team and tasked to create a python class named 'Player' that will initialize a player object with these attributes: name, team, position, height, weight, dob. Example of the player data would look like this: "RayFinkle", "Dolphins", "kicker", Jan In addition to the method, you will create the following methods:
lastname method that returns the players last name
method that returns the players body mass index: weight divided by height squared
Round to the nearest tenth.
method that returns the players age.
Create the class in the cell below. points
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
