xx = '15 Year Fixed'if xx == '115 Year Fixed' or x == '20 Year Fixed': print xxelse: print 'Not Found.'a = 'xx'if a == 'xxx' or a == 'x': print aelse: print 'not found'