We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
s="python" index=s.index(y) print("Index of y is:",index)
Index of y is:1