How to convert string to lowercase and uppercase : Python Tutorial

preview_player
Показать описание
Python Tutorial For Beginner.
To convert characters to lowercase python function called lower() used for handling of the strings.The lower() method returns the lower cased string from the given string. It converts all uppercase characters to lowercase and does not takes any parameters.
If no uppercase characters exist, it returns the original string.
The syntax of lower() method is:

To convert all characters to uppercase python function called upper() used for handling of the strings.The upper() method returns the upper cased string from the given string. It converts all lowercase characters to uppercase and does not takes any parameters.
If no lowercase characters exist, it returns the original string.
The syntax of upper() method is:

SUBSCRIBE for getting notifications of upcoming tutorials at MoTech COMPUTERS:

Please like this video and put in your comments
#pythonlowercase #pythontutorial #pythonuppercase
Рекомендации по теме