Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For python 3.6. Thankyou! Write a function named class_presidents that tallies votes for presidents of two school classes. Somehow the vote tallies for sophomore and

image text in transcribed For python 3.6. Thankyou!

Write a function named class_presidents that tallies votes for presidents of two school classes. Somehow the vote tallies for sophomore and junior class presidents got mixed up! Your function should accept as its parameter a string representing a ilename of vote results. It should output the next sophomore and junior class presidents. The file format looks like the following: Jared s 25 Sophie j 12 Tom j 44 Isaac s 30 Emily s 68 Russ s 23 Madison j 20 The file repeats the pattern name year votes. The year is either "s" for sophomore or "j" for junior. Your program should output the candidate in eackh presidential race with the most votes, and how many votes they got. Specifically, if this file were named candidates.txt, your function should produce the following output: Sophomore Class President: Emily (60 votes) Junior Class President: Tom (44 votes) You may assume that there are no ties and that each class has one single person who received the most votes. Type your Python solution code here

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Design And Relational Theory Normal Forms And All That Jazz

Authors: Chris Date

1st Edition

1449328016, 978-1449328016

More Books

Students also viewed these Databases questions

Question

why do organizations lose their clients to mismanagment

Answered: 1 week ago

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago