str = "alphaBETA" print( string.upper(str) ) print( string.lower(str) )