String Case Alteration - Solution Explanation
Write a Python function to convert characters at even indices to lowercase and characters at odd indices to uppercase in a given string
Write a Python function to convert characters at even indices to lowercase and characters at odd indices to uppercase in a given string