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))
an