data = input() word = input() print(data.find(word))
index와 find의 차이점을 찾아보세요.