I can't get this to respond to the input. It prints 'You typed that like you had a choice!' no matter what I type
redy = raw_input('Are you ready for this amazingness?')
if redy == 'yes' or 'Yes' or 'Yup' or 'yup' or 'ya' or 'Ya':
print'You typed that like you had a choice!'