capitalize
Convert the first character in str to upper case, and return the new string.
capitalize("heya!") returns "Heya!"
capitalize("heya!")
"Heya!"
lower_case(E), upper_case(E)
lower_case
upper_case