eolymp
bolt
Try our new interface for solving problems
Məsələlər

Hərfləri saymalı

dərc olunub 22.04.24 14:11:10

s = input().lower() c = input().lower()

count = s.count(c)

print(count)