What will the output of the following line of code be: "Mississipi".count("issi")?

Code

"Mississipi".count("issi")

Comments