subject

Here in the United States, we are in the final push to get into the National Football League (NFL) playoffs and ultimately to play in the Super Bowl which is often the most-watched single-day event for a particular year. So what you are going to do is to help the user know the history of the Super Bowl, by giving them information about all of the previous games. You will need to learn how to read Comma Separated Value files into Python, so I have attached a video to show you how to do that.

I have included the CSV file with all of the Super Bowl Information you need. It will have the name of the winning team, the winning score, the name of the losing team, and the losing score for every Super Bowl.

Your software solution must be able to do the following:
Give the user a menu of items when it starts up.
An option explaining what the program does
An option where the user can find out how many times a team has won the Super Bowl (using the name of the town of the team) and prints the scores of those games.
An option where the user can find out how many times a team has lost the Super Bowl (using the name of the town of the team) and print the scores of those games.
An option where you put in the name of the team and the program shows all of the Super Bowl games they played in with the opponent and the final score. And listed below that information is their overall record in the Super Bowl (wins and losses).
An option listing all of the teams who have never been to the Super Bowl.
An option for all of the teams who have never won a Super Bowl.
Your menu should keep coming up until the user specifically asks to quit.
You must have an option to quit.
When showing these results you must use what you have learned in the Graphics section of the course to make what you show look pretty. You should have a nice formatted chart for each result that you show.

Your code must be robust and be able to handle illegal input.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 21.06.2019 22:30
This isn’t really school related, but like where the heck can you find manga, to read to where you don’t have to pay money, for points? my friend wants me to read bj alex, and i can’t find it anywhere for free.
Answers: 2
question
Computers and Technology, 23.06.2019 04:00
In a word processing program, such as microsoft word, which feature to you choose the desired picture enhancement?
Answers: 2
question
Computers and Technology, 23.06.2019 07:50
Apython programming question: assume s is a string of lower case characters. write a program that prints the number of times the string 'bob' occurs in s. for example, if s = 'azcbobobegghakl', then your program should print number of times bob occurs is: 2
Answers: 3
question
Computers and Technology, 23.06.2019 19:00
Write a program that displays the following menu: geometry calculator 1. calculate the area of a circle 2. calculate the area of a rectangle 3. calculate the area of a triangle 4. quit enter your choice (1-4): if the user enters 1, the program should ask for the radius of the circle and then display its area. use the following formula: area = ď€(the square of r) use 3.14159 for ď€ and the radius of the circle for r. if the user enters 2, the program should ask for the length and width of the rectangle and then display the rectangle’s area. use the following formula: area = length * width if the user enters 3, the program should ask for the length of the triangle’s base and its height, and then display its area. use the following formula: area = base * height * .5 if the user enters 4, the program should end. input validation: display an error message if the user enters a number outside the range of 1 through 4 when selecting an item from the menu. do not accept negative values for the circle’s radius, the rectangle’s length or width, or the triangle’s base or height. note: if the user enters an improper menu choice (1-4), the program prints "the valid choices are 1 through 4. run the program again and select one of those." if the user enters a negative radius, the program prints "the radius can not be less than zero." if the user enters a negative value for height or base, the program prints "only enter positive values for base and height."
Answers: 1
You know the right answer?
Here in the United States, we are in the final push to get into the National Football League (NFL) p...
Questions
question
Mathematics, 28.09.2019 19:50
Questions on the website: 13722360