ShriRam Changed status to publish August 17, 2023
ch=input(“Enter Upper Alphabet “)
code = ord(ch)
UCh=chr(code+32)
print(UCh)
ShriRam Changed status to publish August 17, 2023
ch=input(“Enter Upper Alphabet “)
code = ord(ch)
UCh=chr(code+32)
print(UCh)