Receives s (a string) and returns a copy of s with all uppercase letters changed to lowercase. All other characters are left unchanged. Example:
Will result in: hello, world!