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 1. 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: "Ray_Finkle", "Dolphins", "kicker", 72,190,"20Jan1997". In addition to the method, you will create the following methods:
- last_name method that returns the players last name
- method that returns the players body mass index: (weight divided by height squared)*
703. Round to the nearest tenth.
- method that returns the players age.
Create the class in the cell below. (20 points)
Question 1 . Scenario: You are a developer on a

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!