Python | Split and Join Strings

Описание к видео Python | Split and Join Strings

With the split and join method, strings can be easily manipulated. The split method “splits” or divides a string into a list. The join method works the opposite way of the split method. It takes an iterable (like a list) and joins each element to form a string. By combining them both we can manipulate text quite easily.

Комментарии

Информация по комментариям в разработке