Source Code:
(back to article)
string = "banana" count = string.count("a") print(count)
Result:
Report an issue