🏃
Python 100제
/
☝
Python 100제 - 1권
/
🔥
문제30
/
✔️
답안
✔️
답안
data = input() word = input() print(data.find(word))
index와 find의 차이점을 찾아보세요.