Here's the first string of a tongue twister: "Through three cheese trees, three free fleas flew".
What will be printed if we run the following searches?
tongue_twister = 'Through three cheese trees, three free fleas flew'
print(tongue_twister.rfind('ee'))
print(tongue_twister.count('ee'))