so what I want to do is that I want to count the number if a string and be able to print for example:
str = 'string'
print(str.count(3))
and have return:
>> str or stri
something to be able to count or maybe split till a specific part of the string?