What will the output of the following line of code be: "Mississippi".rfind('s')

Code

"Mississippi".rfind('s')

    Comments