fork download
  1. str = input()
  2. f = "кот" in str
  3. if f == 1:
  4. print('МЯУ')
  5. else:
  6. print('ГАВ')
Runtime error #stdin #stdout #stderr 0.12s 23520KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
EOFError: EOF when reading a line