Why it's not passing one test case?What's the mistake?

hi @vanshikasharma1645 your logic is not correct. You are only checking if the first character is same or not, what you actually have to check is that if s1 is a substring of s2. You can do so with the help of string.find() function

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.