fork(1) download
  1. def task1(text):
  2. words = text.lower().split()
  3. return words.count("мен")
Success #stdin #stdout 0.08s 14084KB
stdin
1
stdout
Standard output is empty