Python Program to Convert String to Lowercase

Write a Python program to Convert String to Lowercase using the lower function, For Loop, while loop, and ASCII with an example. Python Program to Convert String to Lowercase using lower Function This python program allows the user to enter a string. Next, we used a built-in string function called lower to convert upper case characters in a string … Read more