python program to accept a string and check if the character in every even position is in uppercase or lowercase and convert them in lowercase code example
Example: python convert string to lowercase
# By Alan W. Smith and Petar Ivanov
s = "Kilometer"
print(s.lower())