Hello I am a beginner coder and am having trouble finding why my code is having errors. I defined user input as color and I am pretty sure if I define a string that it should work later in the code. Please help!
Here is the problem:
The user will input a string representing a color (either "yellow" or "red"), followed by a second string representing a shape ("circular" or "oval").
If the user says "yellow" and "circular" or "red" and "circular" print out the word "apple"
If the user says "yellow" and "oval" or "red" and "oval" print out the word "mango"