Task - 7 Given the following classes, write the code for the Player and the Manager class so that the following output is printed. To calculate the match earning use the following formula: 1. Player: (total_goal * 1000) + (total_match * 10) 2. Manager: match_win * 1000 class Football: OUTPUT: Name: Ronaldo, Team Name: Juventus Team Role: Striker def _init_(self, team_name, name, role): Total Goal: 25, Total Played: 32 Goal Ratio: 0.78125 self. team = team_name self. name = name self.role = role Match Earning: 25320K self.earning_per_match = 0 Name: Zidane, Team Name: Real Madrid Team Role: Manager def get_name_team(self): return 'Name: '+self. Total Win: 25 name+' Team Name: • +self. team Match Earning: 25000K Ewrite your code here Player ('Juventus', 'Ronaldo', 'Striker', 25, 32) player_one = player_one.calculate_ratio(). layer_one.print_details() print( anager_one = Manager('Real Madrid', 'Zidane', 'Manager', 25) nanager_one.print_details()

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

use pythone language and inheritance to solve this. Thank you 

Task - 7
Given the following classes, write the code for the Player and the Manager class so that the
following output is printed. To calculate the match earning use the following formula:
1. Player: (total_goal * 1000) + (total_match * 10)
2. Manager: match_win * 1000
class Football:
OUTPUT:
Name: Ronaldo, Team Name: Juventus
Team Role: Striker
def
init_(self, team_name, name, role):
self.
team = team_name
Total Goal: 25, Total Played: 32
self.
name
name
Goal Ratio: 0.78125
self.role
role
Match Earning: 25320K
%3D
self.earning_per_match
= 0
Name: Zidane, Team Name: Real Madrid
Team Role: Manager
def get_name_team(self):
return 'Name: '+self.
Total Win: 25
name+', Team Name:
+self._
team
Match Earning: 25000K
#write your code here
player_one
player_one.calculate_ratio()
player_one.print_details()
print('
manager_one =
manager_one.print_details()
Player('Juventus', 'Ronaldo', 'Striker', 25, 32)
')
Manager ('Real Madrid', 'Zidane', 'Manager', 25)
Transcribed Image Text:Task - 7 Given the following classes, write the code for the Player and the Manager class so that the following output is printed. To calculate the match earning use the following formula: 1. Player: (total_goal * 1000) + (total_match * 10) 2. Manager: match_win * 1000 class Football: OUTPUT: Name: Ronaldo, Team Name: Juventus Team Role: Striker def init_(self, team_name, name, role): self. team = team_name Total Goal: 25, Total Played: 32 self. name name Goal Ratio: 0.78125 self.role role Match Earning: 25320K %3D self.earning_per_match = 0 Name: Zidane, Team Name: Real Madrid Team Role: Manager def get_name_team(self): return 'Name: '+self. Total Win: 25 name+', Team Name: +self._ team Match Earning: 25000K #write your code here player_one player_one.calculate_ratio() player_one.print_details() print(' manager_one = manager_one.print_details() Player('Juventus', 'Ronaldo', 'Striker', 25, 32) ') Manager ('Real Madrid', 'Zidane', 'Manager', 25)
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Data members
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education