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 ...