The string find method in Python returns the index at which a substring is found in a string. It returns -1 if the substring is not found.
確定! 回上一頁