fork download
  1. # print('Hello')
  2. # print('Skillbox')
  3.  
  4. text = input()
  5.  
  6. if text == 'Закажи еду':
  7. print('Пиццу или борщ')
  8.  
  9. else:
  10. print('Повторите пожалуйста')
  11.  
Success #stdin #stdout 0.02s 9004KB
stdin
Закажи еду
stdout
Пиццу или борщ