54.py 1 2 3 4text = input("Enter A String : ") for index in range(1, len(text), 2): print(text[index])