ICA9

.pdf

School

University of Florida *

*We aren’t endorsed by this school

Course

2273

Subject

Computer Science

Date

Apr 30, 2024

Type

pdf

Pages

2

Uploaded by aidanhenriksen on coursehero.com

COP 2273 Python Programming for Engineers Individual Coding Assignment 9 (ICA9): Dictionaries Create a Python program that reads the provided csv file (world_cup_champions.csv) that contains a list of FIFA World Cup champions and determines the country that has won the most championships as shown in the test case. Specifications When your program starts, it should read the csv file called world_cup_champions.csv ” and use a dictionary to store the required data using the name of each country that has won the World Cup as the key. If an invalid filename is entered, your program should keep asking until a valid filename is entered. Your program should compile the data and display the countries alphabetically as shown in the test case.
COP 2273 Python Programming for Engineers Individual Coding Assignment 9 (ICA9): Dictionaries At the top of your file, your program must include a file name, short description of the program, and your name as Python comments.
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
  • Access to all documents
  • Unlimited textbook solutions
  • 24/7 expert homework help