Computer Science, asked by proker47, 6 hours ago

Write a python program to input a string. If the string is in lower case convert it to the upper case string and if the string is in upper case convert it to lower case. (Python)

If your answer is correct i will make it as brainliest

Answers

Answered by rehannaikwadi
0

Explanation:

To convert uppercase character to lowercase in Python, you have to ask from user to enter a character,

Similar questions