tutorial.eyehunts.com
Program to read a character in Uppercase & print it in lowercase - 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 lower() method. Example Program to read a character in Uppercase and print it in lowercase in Python Simple example code Uppercase to Lowercase using lower(). Where input string taking from… Read More »Write a program to read a character in Uppercase and print it in lowercase in Python
Rohit