Learning Python - Modifying Lists with upper, lower, title functions

preview_player
Показать описание
This Video Lesson explains how to modify targeted string items in a list. Three functions are explored ( .upper, .lower and .title functions) as we modify items in a list.
Рекомендации по теме
Комментарии
Автор

Hello Sir ! What if we got huge amount of people names in a list with lower letter. And have to change it into title ?

mrcitation