преобразовать строку в строчный

# Convert string to lowercase
tolower("StRing TO CONVERT") # returns "string to convert"
Matthew David