I'm trying to have a piece of code function like a list of answers for a certain phrase and spit it out, here is what I've done so far.
nolan = "Red"
haden = "blue"
raj = "green"
hossein = "orange"
francisco = "indigo"
christian = "black"
chris = "brown"
lee = "lime green"
vince = "violet"
person = input("ask me who is what color : ")
print(person + " is " + )
#not sure at all where to go from here
#i'm going for it to be able to take a name and spit out what color it is