Can't exit the while loop, even when input is "red" or "green"
player_lc = input("What color do you wish to be?: ") #Player can chose color
while player_lc != "red" or "green":
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
print("That is not an available color, chose another")
print("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
print("")
player_lc = input("What color do you wish to be?: ") #players get to chose color again
print("")