Question: Write the code in python For this part of the test you will write the code to do the following: The colors red, blue, and

Write the code in python

For this part of the test you will write the code to do the following:

The colors red, blue, and yellow are known as the primary colors because they cannot be made by mixing other colors. When you mix two primary colors, you get a secondary color:

mix red and blue, you get purple

mix red and yellow, you get orange

mix blue and yellow, you get green

Write a program that prompts the user to enter the names of two primary colors to mix. If the user enters anything other than "red", "blue", or "yellow", the program should display an error message.

Otherwise, the program should display the name of the secondary color that results. Turn this program code and output here.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!