The following code is 47 characters.
print(("Ekki v","V")["COV"in input()]+"eikur!")
Is there any way to reduce it to 46 or less?
I have even been brainstorming bitwise tricks but can not think of any way to do this. I am starting to think it is not possible to reduce this any further.