Question: Use the variable x as you write this program. x will represent a string. Write a program using the elif keyword that determines if x

Use the variable x as you write this program. x will represent a string. Write a program using the elif keyword that determines if x is a primary color (red, blue, or yellow). If yes, print _ is a primary color, where the blank is the value of x. If no, print _ is not a primary color, where the blank is the value of x.
Expected Output
If x is red, then the output would be: red is a primary color.
If x is teal, then the output would be: teal is not a primary color.
Important
The variable x is already declared for you. Please do not modify the code on lines 5 and 6.

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 Programming Questions!