Question -answer

print(“----->Write a Python program to print the index of the character in a string?”)

def check(n):
for i in n:
print(n[i])

2 Likes

@sriv.ansh

Correct, keep it up :slightly_smiling_face:.