please review below and i will need this in a word doc

Please put this in a word doc so I can cut and paste it into python

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?
>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
1 7 7
2 10 7
3 0 14
4 21 0
Total 38 28

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.