Write a Python program to read a character in the uppercase and then print it in lowercase.

                                 

Write a Python program to read a character in the uppercase and then print it in lowercase.


PROGRAM:

a=str(input("Enter a character:"))
print("The characterS in a lowercase :",str.lower(a))

OUTPUT:

No comments:

Post a Comment




Copyright Ⓒ 2022 | Mechpedia | All Right Reserved.