fork download
  1. s1="Мен 10-сыныпта оқимын"
  2. s2="мен"
  3. a=s1.lower().count(s2)
  4. print(a)
Success #stdin #stdout 0.1s 14108KB
stdin
Standard input is empty
stdout
1