# String to Lowercase by Matthew Johnson myStr = "LetS FiX ThiS." print(myStr.lower()) #OUTPUT: "lets fix this."