to convert uppercase to lowercase in python code example Example: convert string to lowercase in python str = 'HELLO' print(str.lower()) #prints "hello"