Write a Python program to print the index of the character in a string
Use the for-loop and enumerate function to print the index of the character in a string. Python program to print the index of the character… Read More »Write a Python program to print the index of the character in a string