fork download
  1. # your code goes here
  2.  
  3. print('Пиццу или борщ? ')
  4. user_text = 'закажи еду'
  5. if not (user_text=='пицца'or user_text=='борщ'):
  6. print('Вы заказали недоступную еду ')
  7. elif:
  8. print ('Удачній вібор')
  9.  
  10.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: illegal character: '#'
# your code goes here
^
Main.java:1: error: class, interface, or enum expected
# your code goes here
       ^
Main.java:2: error: unclosed character literal
user_text = '?????? ???'
            ^
Main.java:2: error: illegal line end in character literal
user_text = '?????? ???'
                       ^
Main.java:3: error: unclosed character literal
print('????? ??? ????? ')
      ^
Main.java:3: error: unclosed character literal
print('????? ??? ????? ')
                       ^
6 errors
stdout
Standard output is empty