Question: Write a Python program using 3.7. Main function should call sub function. Data should pass from main program to sub program. Sub program should return
Write a Python program using 3.7.
Main function should call sub function.
Data should pass from main program to sub program.
Sub program should return final result.
Requirement:- Send three objects from main program to sub program.
Object 1:-
Match : India VS Sri Lanka
Win: India
Object 2
Match : India Vs New Zeland
Win : India
Match : New Zeland vs Sri Lanka
Draw : Yes
Winning team gets 2 points. Draw 1 point each.
Output:-
Should print in main function:-
Here Output :- India 4
Because India won two matches so 4 points.
Return and print team name and points who stand top.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
