Periksa frekuensi substring dalam teks python
>>> "abcdabcva".count("ab")
2
Dream Shift
>>> "abcdabcva".count("ab")
2