ans = input('賴太太的老公叫什麼名字？')

if ans == '賴秉樑' or ans == 'debugger':
    print('答對了')
else:
    print('答錯了')