Q. What is the output of ‘abc’.find(‘b’)?
Solution:
find(‘b’) returns the index 1 where ‘b’ is found in ‘abc’.
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
find(‘b’) returns the index 1 where ‘b’ is found in ‘abc’.
Strengthen Your Practice with our comprehensive question bank.