Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi, I need to write following code in Python. Write a python program that allows the user to enter the name of the file containing

Hi, I need to write following code in Python.

Write a python program that allows the user to enter the name of the file containing data (in this case votes.txt) about the local election, file has a record of votes received by each candidate. The program should then output each candidate's name, the number of votes received, and the percentage of the total votes received by the candidate. The program should also output the winner of the election.

Hint: you need to somehow relate a candidate and their votes. A dictionary will work the best but lists will do too. If you are familiar with two-dimensional lists, that's also a possibility.

Example output:

Candidate -- Votes -- % of Total Votes

Frye -- 1500 votes -- 15.0% Johnson -- 5000 votes -- 50.0% Miller -- 3500 votes -- 35.0%

Johnson is the winner!

Total votes: 10000

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_2

Step: 3

blur-text-image_3

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

Visual Basic 4 Ole Database And Controls Superbible

Authors: Michael Hatmaker, C. Woody Butler, Ibrahim Malluf, Bill Potter

1st Edition

1571690077, 978-1571690074

More Books

Students also viewed these Databases questions