Using IDLE,
Write a function that takes two parameters, a string and an integer. The function should return the string as uppercase letters up to the index, and as lowercase letters after the index.
Example:
print(lowerAfter("California”, 3))
>>> CALifornia