.lowercase string:{String} -> String
Converts a string to lowercase. Example: Hello, World! ->hello, world!
Hello, World!
hello, world!
a new lowercase string
string to convert