fork download
  1. a=raw_input('stroka: ');
  2. b=raw_input('bukvi: ');
  3. k=a.count(b);
  4. print(k);
Runtime error #stdin #stdout #stderr 0.02s 27712KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Traceback (most recent call last):
  File "./prog.py", line 1, in <module>
NameError: name 'raw_input' is not defined