Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

image text in transcribedPlease 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

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

Students also viewed these Databases questions

Question

Question in Chemical Engineering Please give Correct Answer 1 9 8 .

Answered: 1 week ago

Question

5. Structure your speech to make it easy to listen to

Answered: 1 week ago

Question

1. Describe the goals of informative speaking

Answered: 1 week ago