python code to make a characters a lower case code example Example: python string to lower str = 'heLLo WorLD' print(str.lower()) # hello world