Write a program to read a character in Uppercase and print it in lowercase in Python
Python has many methods to convert a character or string entered by the user from uppercase to lowercase. The best way is to use the… Read More »Write a program to read a character in Uppercase and print it in lowercase in Python