Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Currently taking a beginners python course and learning about arrays. I am familiar with variables, inputs, outputs. Need to make an array (in python 3.6.4

Currently taking a beginners python course and learning about arrays. I am familiar with variables, inputs, outputs. Need to make an array (in python 3.6.4 for mac osx) for the following information below:

image text in transcribed

Statistics on football games are often displayed as the number the points each team (home and visitor) scored in each of four quarters. Write a program to create an array for the home team scores and another array for the visiting team scores. The program should ask for the name of the home team and the visiting team. It should also ask for the number of points each team scores per quarter. Then, based on that input, it will create a text chart with the data and the total number of points for each team The program should look like this. Remember, anything after a " is user input. Also, don't worry if you can't get the number to line up nicely in columns. Enter the home team's name? >Mountaineers Enter the visiting team's name? >Fighting Irish How many points did the Mountaineers score in quarter 1? 2>7 How many points did the Fighting Irish score in quarter 1? >7 How many points did the Mountaineers score in quarter 2? >10 How many points did the Fighting Irish score in quarter 2? >7 How many points did the Mountaineers score in quarter 3? >0 How many points did the Fighting Irish score in quarter 3? >14 How many points did the Mountaineers score in quarter 4? >21 How many points did the Fighting Irish score in quarter 4? >0 Total Statistics Quarter Mountaineers Fighting Irish 10 0 21 Total 38 7 14 4 28

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

Joe Celkos Data And Databases Concepts In Practice

Authors: Joe Celko

1st Edition

1558604324, 978-1558604322

More Books

Students also viewed these Databases questions