Python Program to convert a string to lower case
Task: Write a Python program to input a string and convert it into lower case string. The Source code of Python Program to Convert string into lower case # Write a Python program to # input a string and change into # lower case string # The user will enter String # during program execution… Read More »