Complete the table

Report a typo

Write a program to find land in a string. The input value is a string; the output must be an integer, the index where land starts. For example, for England, your output is 3.

Sample Input 1:

Ireland

Sample Output 1:

3
Write a program in Python 3





___

Create a free account to access the full topic