fork download
  1. n1 = input('Qual é o seu bolo favorito?')
  2. if n1.lower() == 'bolo de chocolate':
  3. print('teste123')
  4.  
  5. #https://pt.stackoverflow.com/q/339306/101
Success #stdin #stdout 0.02s 27696KB
stdin
Bolo de chocolate
stdout
Qual é o seu bolo favorito?teste123