Converts a string to lower/upper case letters.
import string lowerCase = string.lower( "Python") upperCase = string.upper( "Python")