Python mendapatkan num chars

mystr = "This is my string"
count = mystr.count(i)
# count = 3
Av3