Например, при подсчете «есть» не учитывайте «есть» в «это»
string = input('Input your own text : ')
value = input('Input a value that you want counting : ')
x = string.count(value)
print(f'the value that you entered appeared {x} time/times ')
Подробнее здесь: https://stackoverflow.com/questions/798 ... ame-letter
Мобильная версия