Finding index of a String s="python" index=s.index(y) print("Index of y is:",index) ''' >Index of y is:1