s = input("Enter the String :")
start = input("Starting Index :")
print("The Indexed String is :",s[start])
The Indexed String is :