how to convert all aplphabets to lowercase in python code example Example: python string to lower str = 'heLLo WorLD' print(str.lower()) # hello world