Input a word. If it is "orange," print "Correct." Otherwise, print "Nope". What happens if you type in "ORANGE" or "OrANGE?" Does the capitalizing make a difference?
Sample Run 1
What color? orange
Sample Output 1
Correct
Sample Run 2
What color? red
Sample Output 2
Nope

Code " 3.4 Code Practice: Question 1"

plsss help me