n1 = input('Qual é o seu bolo favorito?')
if n1.lower() == 'bolo de chocolate':
    print('teste123')
    
#https://pt.stackoverflow.com/q/339306/101