string = "PYTHON IS AWESOME" # casefold is used to lowercase the string # print lowercase string print("Lowercase string:", string.casefold())