to_lower¶ Signature¶ to_lower(string) Description¶ Takes in a string and outputs the same string with all lower-case letters. Examples¶ lower('FOOBAR') == 'foobar'