Hello I've been trying to get this line of code working but it keeps going down to the else: statement. Any ideas?
I cant understand what I'm doing wrong for it not to accept the if: condition.
print('What do you get when you cross a snowman with a vampire?')
answer1 = input()
if answer1.lower 'frostbite':
print ('Huh? how did you know that YOU SPY!')
else:
print('FROSBITE!')