# Step 1: Prompt the user to enter a string. # Step 2: Read the input from the user and store it in a variable. # Step 3: Use the upper() method to convert the string to uppercase and store it in # an ...
The python string upper() method converts all characters of the string into uppercase. The python string lower() method converts all characters of the string into lowercase. Write a Python program to ...