colour = input("Enter a colour: ") colour = str.lower(colour) if colour == 'red': print('I like red too') else: print('I preffer red, not',colour)