how to calculate uppercase letters and lowercase letter in python function code example
Example: from uppercase to lowercase python
# By Alan W. Smith and Petar Ivanov
s = "Kilometer"
print(s.lower())
# By Alan W. Smith and Petar Ivanov
s = "Kilometer"
print(s.lower())