lower and upper method in python | string methods in python | Python Tutorials 2023

Опубликовано: 22 Январь 2024
на канале: ThingsYouMustKnow
21
3

lower() & upper() method in Python


In Python, the lower() and upper() methods are used to
convert strings to lowercase and uppercase, respectively.

lower() method:

The lower() method returns a new string with all
the alphabetic characters in the original string
converted to lowercase.It does not modify the original
string; instead, it creates and returns a new string.

upper() method:

The upper() method returns a new string with all
the alphabetic characters in the original string
converted to uppercase.Like lower(), it does not
modify the original string; instead, it creates
and returns a new string.

Please watch Video.....!!!!!!


На этой странице сайта вы можете посмотреть видео онлайн lower and upper method in python | string methods in python | Python Tutorials 2023 длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь ThingsYouMustKnow 22 Январь 2024, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 21 раз и оно понравилось 3 зрителям. Приятного просмотра!