Question: Please use Python! Write a program that does the following: Create four variables that store the following pieces of data. Be sure to name your
Please use Python!
Write a program that does the following: Create four variables that store the following pieces of data. Be sure to name your variables in a way that makes sense to someone else (i.e. don't name your variables something simple that doesn't relate to the data that is being stored (like 'x' or 'y')). A class name (store the string: Introduction to Computer Programming) o Test #1 average (store the number: 95) o Test #2 average (store the number: 76) o Test #3 average (store the number: 87) Using the print function and your variables, generate the following output. Note the formatting in the output below - make your program match the formatting exactly. Average Test Scores For "Introduction to Computer Programming": - Test #1: 95 - Test #2: 76 - Test #3: 87 Comment your source code and describe your code to someone who may be viewing it for the first time
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
